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
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Waffiq
el 28 i de 2024 a les 8:50 A.M.
Have you followed the steps listed carefully? https://developer.themoviedb.org/reference/authentication-how-do-i-generate-a-session-id
Resposta per anceldev
el 20 i de 2025 a les 6:52 A.M.
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.
Resposta per chanemamovies
el 21 i de 2025 a les 6:02 A.M.
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.' }