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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 13 de octubre de 2015 a las 18:02
Hi bhrugumehta,
That's not a valid HTTP request.
Notice the ampersand (&) instead of question mark for specifying additional params.
Contestado por bhrugumehta
el 15 de octubre de 2015 a las 00:49
Yes, i have used & but written here by mistake but i have solved the issue by using
primary_release_date
field...Contestado por Travis Bell
el 15 de octubre de 2015 a las 10:28
Perfect, glad you figured it out.