Hi Support team.
I am facing issue with authentication section. After fetching the request token, Trying to get session_id. But it results in error as below:
{ "status_code": 17, "status_message": "Session denied." }
API used:
https://api.themoviedb.org/3/authentication/session/new?api_key=XXXXXXX&request_token=YYYYYY
Please let me know if am missing something out there??
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 18 settembre, 2017 alle 3:17PM
Are you completing step 2 as outlined in the documentation?
Risposta da diloyac709
il 10 maggio, 2023 alle 12:44AM
Yes I have generate request token but i cant access new session create api https://prnt.sc/82YlpwHqnENU
Risposta da seankang
il 25 ottobre, 2023 alle 3:51PM
i am running into similar problem as @diloyac709 how was this resolved?
Risposta da Travis Bell
il 25 ottobre, 2023 alle 5:51PM
You can use my v3 test scripts located here, to see how the flow works. This is 100% client side JS, so you can inspect the code and see what's going on.
P.S. my v4 auth test scripts are located here.