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.
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от Travis Bell
, 31 октября 2013 в 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.
Ответ от Purusothaman
, 31 октября 2013 в 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.