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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 8 de noviembre de 2016 a las 10:53
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.
Contestado por Kevin Deery
el 8 de noviembre de 2016 a las 11:17
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
Contestado por Kevin Deery
el 8 de noviembre de 2016 a las 11:20
never mind, being an idiot. Had to approve via the website
Contestado por Travis Bell
el 8 de noviembre de 2016 a las 11:25
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.
Contestado por Kevin Deery
el 9 de noviembre de 2016 a las 09:28
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?
Contestado por Kevin Deery
el 9 de noviembre de 2016 a las 09:34
when I go here https://www.themoviedb.org/authenticate/6f515ef12506f20e21e61dea40a94685ee515574 /allow
I can see that access has been granted
Contestado por Kevin Deery
el 9 de noviembre de 2016 a las 10:37
issue resolved , not an api issue but a uwp control issue
Contestado por Travis Bell
el 9 de noviembre de 2016 a las 10:46
👍🏼