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
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-דצמבר 9, 2014 ב-3:59אחרי חצות יום
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.