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??
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од Travis Bell
дана 18. септембар 2017. у 3:17 PM
Are you completing step 2 as outlined in the documentation?
Одговор од diloyac709
дана 10. мај 2023. у 12:44 AM
Yes I have generate request token but i cant access new session create api https://prnt.sc/82YlpwHqnENU
Одговор од seankang
дана 25. октобар 2023. у 3:51 PM
i am running into similar problem as @diloyac709 how was this resolved?
Одговор од Travis Bell
дана 25. октобар 2023. у 5:51 PM
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.