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.
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 17 octombrie 2013 la ora 11:58 AM
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.
Răspuns de BinaryFork
pe data de 23 octombrie 2013 la ora 10:15 AM
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.
Răspuns de Travis Bell
pe data de 23 octombrie 2013 la ora 10:26 AM
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.