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
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ نوفمبر 8, 2016 في 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.
رد بواسطة Kevin Deery
بتاريخ نوفمبر 8, 2016 في 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
رد بواسطة Kevin Deery
بتاريخ نوفمبر 8, 2016 في 11:20 صباحا
never mind, being an idiot. Had to approve via the website
رد بواسطة Travis Bell
بتاريخ نوفمبر 8, 2016 في 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.
رد بواسطة Kevin Deery
بتاريخ نوفمبر 9, 2016 في 9: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?
رد بواسطة Kevin Deery
بتاريخ نوفمبر 9, 2016 في 9:34 صباحا
when I go here https://www.themoviedb.org/authenticate/6f515ef12506f20e21e61dea40a94685ee515574 /allow
I can see that access has been granted
رد بواسطة Kevin Deery
بتاريخ نوفمبر 9, 2016 في 10:37 صباحا
issue resolved , not an api issue but a uwp control issue
رد بواسطة Travis Bell
بتاريخ نوفمبر 9, 2016 في 10:46 صباحا
👍🏼