I'm copy / pasting my api key that I've registered for to do a simple call, and the response I'm getting says it is invalid. Is there an extra step I need to take to get the API key that I have validated?
Here is the endpoint that I'm trying...
https://api.themoviedb.org/3/movie/550?api_key={myapikey}
Response is...
{"status_code":7,"status_message":"Invalid API key: You must be granted a valid key."}
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أكتوبر 7, 2014 في 9:50 صباحا
Hi ianhd,
If I try this request, with your API key (cut off the end, but just so you know I'm using yours) everything works as expected:
Make sure there's no spaces at the beginning or end of the copied key.
Cheers.