This method not return backdrops http://api.themoviedb.org/3/movie/tt1931435/images?api_key=API KEY&language=en
But old API method return backdrops http://api.themoviedb.org/2.1/Movie.imdbLookup/en/xml/API KEY/tt1931435
¿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 28 de agosto de 2013 a las 09:39
Hi Yusuke,
Be mindful of what the documentation states about the language parameter. The language parameter acts as a filter on images, and since most backdrops don't have a language you won't get any back.
Do the request with no parameter and everything is returned.
Cheers.
Contestado por Yusuke
el 28 de agosto de 2013 a las 14:44
Thank you very much