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
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 9 " de 2014 a les 3:59 P.M.
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.