When a user click on a list I want to indicate his favorited/rated movies (like on the moviedb site). So can I get a favorited/rated status of each movie in any list? Or I have to call /3/movie/{id}/account_states on each movie separately? Thanks.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
10월 17, 2013 at 11:58 오전
Hi BinaryFork,
Right now the only way to get that information is indeed via the /account_states method. I'm not sure if we would ever have that data interlaced within the lists results themselves. I'd have to give that some though.
BinaryFork님의 댓글
10월 23, 2013 at 10:15 오전
I see. So is this ok to call /account_states simultaneously 20 times for each page? How is this done on the site? The best way for now is to keep lists locally I think.
Travis Bell님의 댓글
10월 23, 2013 at 10:26 오전
There's no issue with you calling it a bunch of times. The only thing you need to watch out for is the rate limits.