Hi All,
So ive finished the app and I'm adding new features now, I thought it would be create to start giving back to TMDB therefore I'm implementing ratings and movie uploads (collections etc)
So I was able to quickly get a new session ID after activating, however I don't know how to get the session after its already generated. I made the mistake of not saving this within my database on the first run and now I get denied status.
I can see only a small part of the session ID within my account but I need the full thing.
How can I obtain this?
Kevin
Can't find a movie or TV show? Login to create it.
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
Travis Bell Erabiltzailearen Erantzuna
Azaroa 8, 2016 egunean 10:53 AM(e)tan
Hi Kevin,
You'll have to generate a new one. If you didn't store at the time of creation, there's no way to get it back. The steps are outlined here if you're having trouble.
Cheers.
Kevin Deery Erabiltzailearen Erantzuna
Azaroa 8, 2016 egunean 11:17 AM(e)tan
Hi Travis ,
I tried this but I'm getting
{ "status_code": 17, "status_message": "Session denied." }
get this in code and in the api's try it out option
Kevin
Kevin Deery Erabiltzailearen Erantzuna
Azaroa 8, 2016 egunean 11:20 AM(e)tan
never mind, being an idiot. Had to approve via the website
Travis Bell Erabiltzailearen Erantzuna
Azaroa 8, 2016 egunean 11:25 AM(e)tan
No problem. It should be noted that we don't support writing any movie or TV data via the API. The API user features are pretty much only focused on account feature like maintaining your ratings, watchlist and favourites.
Kevin Deery Erabiltzailearen Erantzuna
Azaroa 9, 2016 egunean 9:28 AM(e)tan
Hi Travis ,
I'm ok with that :)
I'm getting Session denied again today :(
I make the request and get a token 6f515ef12506f20e21e61dea40a94685ee515574 then open a small windows and send the user to https://www.themoviedb.org/authenticate/6f515ef12506f20e21e61dea40a94685ee515574 (they login and allow) I try to get a new session https://api.themoviedb.org/3/authentication/session/new?api_key=key removed&request_token=6f515ef12506f20e21e61dea40a94685ee515574
But its always denied.
Any thoughts on this?
Kevin Deery Erabiltzailearen Erantzuna
Azaroa 9, 2016 egunean 9:34 AM(e)tan
when I go here https://www.themoviedb.org/authenticate/6f515ef12506f20e21e61dea40a94685ee515574 /allow
I can see that access has been granted
Kevin Deery Erabiltzailearen Erantzuna
Azaroa 9, 2016 egunean 10:37 AM(e)tan
issue resolved , not an api issue but a uwp control issue
Travis Bell Erabiltzailearen Erantzuna
Azaroa 9, 2016 egunean 10:46 AM(e)tan
👍🏼