Want to get this week release movie list using now_playing. It would be great to use now_playing or have to use discover api. I have tested discover api with proper key and used URL: http://api.themoviedb.org/3/discover/movie?api_key=key?release_date.gte=today_date, but it does not work.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 13 Οκτώβριος 2015 στις 06:02 ΜΜ
Hi bhrugumehta,
That's not a valid HTTP request.
Notice the ampersand (&) instead of question mark for specifying additional params.
Απάντηση από τον/την bhrugumehta
στις 15 Οκτώβριος 2015 στις 12:49 ΕΊΜΑΙ
Yes, i have used & but written here by mistake but i have solved the issue by using
primary_release_date
field...Απάντηση από τον/την Travis Bell
στις 15 Οκτώβριος 2015 στις 10:28 ΕΊΜΑΙ
Perfect, glad you figured it out.