Create Session api doesn't work https://developer.themoviedb.org/reference/authentication-create-session-from-login
I am passing a new token but not working??? can you help me please
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Waffiq
در تاریخ فوریه 28, 2024 ساعت 8:50 ق.ض
Have you followed the steps listed carefully? https://developer.themoviedb.org/reference/authentication-how-do-i-generate-a-session-id
پاسخ توسط anceldev
در تاریخ فوریه 20, 2025 ساعت 6:52 ق.ض
I found there is an error in documentation. If you want to create a session with login, first request the token, after that validate that token (In documentation appears as create session with login, this is the error). After that you can create a session as described in step 3 with the validated token and you'll receive the session id.
پاسخ توسط chanemamovies
در تاریخ فوریه 21, 2025 ساعت 6:02 ق.ض
Hmhm, im having the same issue while trying to add a movie into a list, it works fine running locally, when i deploy my service i keep getting this error:
status: 401 { success: false, status_code: 3, status_message: 'Authentication failed: You do not have permissions to access the service.' }