Trying to use test a login screen from an app and keep running into trouble with the /authentication/token/validate_with_login method. I've tried the following request with multiple request tokens in multiple browsers and an iOS simulator and continue getting Status Code 5: Invalid parameters returned.
Can someone help?
Example Request:
https://api.themoviedb.org/3/authentication/token/validate_with_login?username=###&requestToken=###&api_key=###&password=###
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por KFI9
el 14 de agosto de 2015 a las 17:05
Oops. Spelled the request_token key incorrectly
Contestado por Travis Bell
el 17 de agosto de 2015 a las 18:54
Hi KFI9,
So did you end up figuring this out?