how to search with movie id http://api.themoviedb.org/3/movie/id/109445&api_key=my key it says {"status_code":7,"status_message":"Invalid API key: You must be granted a valid key."} http://api.themoviedb.org/3/search/movie?query=frozen&api_key=my key this is working fine :) please help sorry i'm new to this :)
Can't find a movie or TV show? Login to create it.
Ĉu volas taksi aŭ aldoni ĉi tiun elementon al listo?
Ĉu ne estas membro?
Respondo de Travis Bell
je Junio 18 2015 je 6:16 PM
Hi etancole,
Your first HTTP query parameter has to be specified with a question mark
?
, only subsequent parameters are set with an ampersand&
.Cheers.