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??
¿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 18 de septiembre de 2017 a las 15:17
Are you completing step 2 as outlined in the documentation?
Contestado por diloyac709
el 10 de mayo de 2023 a las 00:44
Yes I have generate request token but i cant access new session create api https://prnt.sc/82YlpwHqnENU
Contestado por seankang
el 25 de octubre de 2023 a las 15:51
i am running into similar problem as @diloyac709 how was this resolved?
Contestado por Travis Bell
el 25 de octubre de 2023 a las 17:51
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.