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.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أغسطس 27, 2015 في 1: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.