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 :)
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 18 Ιούνιος 2015 στις 06:16 ΜΜ
Hi etancole,
Your first HTTP query parameter has to be specified with a question mark
?
, only subsequent parameters are set with an ampersand&
.Cheers.