I do a "search" for aladdin. It finds movie with ID=198756. Then to find details, I put that ID into the "movie" query for details and it comes back with an adult film, not aladdin. What am I doing wrong here?
https://api.themoviedb.org/3/search/keyword?api_key=[myKey]&query=aladdin https://api.themoviedb.org/3/movie/198756?api_key=[myKey]
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة greglee87
بتاريخ مارس 14, 2016 في 3:22 صباحا
I do 2 searches. The first uses query=aladdin, this works great. The second uses the ID found, which is 198756. This is the second URL used (see original post): https://api.themoviedb.org/3/movie/198756?api_key=[myKey]