I haven't used API's without a text wrapper before, but when we're just requesting the url for authorization of a new token, this is how I have it:
request = Request('http://api.themoviedb.org/3/account?api_key='+api_Key, headers=headers)
I'm getting an unauthorized error, and I know it's a simple fix, but I'm not sure what it is.
¿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 Travis Bell
el 27 de agosto de 2015 a las 13:08
Hi hwstroud76,
In order to access an account method, you will need to create a session id first. Have you done this? The steps to generate a new session are outlined here.