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 :)
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Travis Bell
den 18 juni 2015 vid 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.