In /authentication/session/new, the "Try It Out" example states that the Query String is required to have request_token. What is the request_token? How do I get or calculate it?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on February 9, 2018 at 4:38 AM
If you already have an API Key, then you already have a request token: API Read Token (v4 auth).
Right here, on this page, on the left side
Click Your account,
https://i.imgur.com/dtNfScH.jpg
and Go To
Your Profile > Settings > API
https://i.imgur.com/LOhSqn9.jpg
Reply by mkowales
on February 9, 2018 at 5:28 AM
Now I get the following message using the "Try It Out" example:
{ "status_code": 17, "status_message": "Session denied." }
What do I have to do to return a valid session?
Reply by ticao2 š§š· pt-BR
on February 9, 2018 at 5:56 AM
My language is pt-BR.
Please, put here the link to this example "Try It Out".
Reply by mkowales
on February 9, 2018 at 6:10 AM
The URL for Try It Out:
Reply by ticao2 š§š· pt-BR
on February 9, 2018 at 6:19 AM
OK.
http://www.https.com//api.themoviedb.org/3/authentication/session/new?api_key=YOUR_KEY&request_token=YOUR_TOKEN
Only Travis Bell can help you.
Where did you find this using the "Try It Out" example.
Reply by mkowales
on February 9, 2018 at 7:29 AM
the "Try It Out" example
Reply by Travis Bell
on February 10, 2018 at 12:32 AM
You need to create a valid session id. This is outlined here: https://developers.themoviedb.org/3/authentication/how-do-i-generate-a-session-id
There's a good walkthrough for user auth here: https://developers.themoviedb.org/3/getting-started/authentication
Reply by mkowales
on February 10, 2018 at 4:42 AM
How would I get the session id after it was already accepted? Also, how would I accept or deny the session request programmatically?
Reply by Travis Bell
on February 13, 2018 at 12:16 AM
The session id is returned as part of the response in step #3.
You can't. You need to send the user to a webview and approve the request with their account on TMDb.