I can pull movie info but this,
http://api.themoviedb.org/3/tv/75682/season/10?api_key=####?external_source=tvdb_id
gives the error,
{"status_code":7,"status_message":"Invalid API key: You must be granted a valid key."}
If i take "?external_source=tvdb_id" off the end I get invalid ID but i know it matches the tvdb id.
Thanx in advance
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Travis Bell
den 9 december 2014 vid 3:59 PM
You're not specifying your params properly.
Would be the one. You can't specify two params with a question mark
?
.On a side note, adding an
external_source
param to the season call like that has no affect or use. Theexternal_source
param is only used with the/find
method.