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 :)
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 18 giugno, 2015 alle 6:16PM
Hi etancole,
Your first HTTP query parameter has to be specified with a question mark
?
, only subsequent parameters are set with an ampersand&
.Cheers.