I understand how to get the details of a movie: https://api.themoviedb.org/3/search/movie?query=Interstellar&api_key=[api_key]
How do I fom the URL to get the review? http://api.themoviedb.org/3/review/movie?id=49026&api_key=[api_key] returns "Invalid id: The pre-requisite id is invalid or not found." no matter what id I give :(
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 5 Ιούνιος 2015 στις 10:49 ΕΊΜΑΙ
Hi tricksy,
You need to call the
/reviews
method from the movie namespace, i.e.:All of the movie methods are documented with examples on Apiary.
Cheers.
Απάντηση από τον/την tricksy
στις 8 Ιούνιος 2015 στις 12:33 ΕΊΜΑΙ
Thanks a lot!