The Movie Images API does not return the backdrop images for the movies. Able to get posters and not the backdrop images.
Example movie having backdrop images: http://www.themoviedb.org/movie/10661-you-don-t-mess-with-the-zohan
I am not sure if its really a bug with API or the bug with the PHP libary(Jonas De Smet - Glamorous) that I use.
¿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 31 de octubre de 2013 a las 14:41
I'm assuming that you're setting a language? As mentioned in the documentation, the language parameter acts as a filter for the images call so if you want to retrieve everything you need to not specify any language.
Returns all of the images.
Contestado por Purusothaman
el 31 de octubre de 2013 a las 14:53
Looks like you are correct.
But the PHP library is taking "en" as the default language if nothing is provided. Even in that case, no backdrop images are shown.
Now I am modified the library in the constructor by commenting out the step which sets the language. Thanks.