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אחרי חצות יום
Are you completing step 2 as outlined in the documentation?
תגובה מאת diloyac709
ב-מאי 10, 2023 ב-12:44לפני חצות יום
Yes I have generate request token but i cant access new session create api https://prnt.sc/82YlpwHqnENU
תגובה מאת seankang
ב-אוקטובר 25, 2023 ב-3:51אחרי חצות יום
i am running into similar problem as @diloyac709 how was this resolved?
תגובה מאת Travis Bell
ב-אוקטובר 25, 2023 ב-5: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.