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.
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Want to rate or add this item to a list?
Not a member?
Travis Bell je odgovoril
dne oktober 31, 2013 ob 2:41 PM
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.
Purusothaman je odgovoril
dne oktober 31, 2013 ob 2:53 PM
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.