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
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van Travis Bell
op 9 december 2014 om 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.