Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Facebook の投稿がたくさんありますが、コメントが最も多い投稿をできるだけ早く取得する方法はありますか?
助けてくれてありがとう
FQL の使用:
select post_id, comments.count from stream where post_id in("post_id1", ... , "post_idX") order by comments.count desc limit 1