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!