2010-10-07 177 views

回答

0

使用FQL:

select post_id, comments.count from stream where post_id in("post_id1", ... , "post_idX") order by comments.count desc limit 1 
+1

这是我的第一个想法为好。你认为这将与10.000一起工作吗? 50.000?帖子呢? – fabian 2010-10-07 20:16:31

+0

@fabian可能无法正常工作。 Facebook经常不喜欢5000以上的数字,在这种情况下,您需要手动将您的大名单分成5k大小的数字。 – serg 2010-10-07 20:33:41