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 encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 9 de diciembre de 2014 a las 15: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.