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?
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
ticao2 🇧🇷 pt-BR 的回复
于 2018 年 02 月 08 日 3:38下午
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
mkowales 的回复
于 2018 年 02 月 08 日 4:28下午
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?
ticao2 🇧🇷 pt-BR 的回复
于 2018 年 02 月 08 日 4:56下午
My language is pt-BR.
Please, put here the link to this example "Try It Out".
mkowales 的回复
于 2018 年 02 月 08 日 5:10下午
The URL for Try It Out:
ticao2 🇧🇷 pt-BR 的回复
于 2018 年 02 月 08 日 5:19下午
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.
mkowales 的回复
于 2018 年 02 月 08 日 6:29下午
the "Try It Out" example
Travis Bell 的回复
于 2018 年 02 月 09 日 11:32上午
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
mkowales 的回复
于 2018 年 02 月 09 日 3:42下午
How would I get the session id after it was already accepted? Also, how would I accept or deny the session request programmatically?
Travis Bell 的回复
于 2018 年 02 月 12 日 11:16上午
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.