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??
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
9월 18, 2017 at 3:17 오후
Are you completing step 2 as outlined in the documentation?
diloyac709님의 댓글
5월 10, 2023 at 12:44 오전
Yes I have generate request token but i cant access new session create api https://prnt.sc/82YlpwHqnENU
seankang님의 댓글
10월 25, 2023 at 3:51 오후
i am running into similar problem as @diloyac709 how was this resolved?
Travis Bell님의 댓글
10월 25, 2023 at 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.