Hi ,
Is Get_Images method broken?
https://api.themoviedb.org/3/movie/675/images?api_key=REMOVED&language=en-US
I tried this within the documentation and in code, i always get 0 backdrops and 0 posters for every movie id i try
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
10월 17, 2016 at 6:41 오후
Hi Kevin,
Make sure to take a read through the image language documentation. It explains what is happening. You're going to want to use the
include_image_language
param and do something like this:Or better yet, with
append_to_response
: