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.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on чэрвень 18, 2015 at 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.