Facebook graph api comment count

后端 未结 9 806

seems Facebook changed the result of posts, few weeks ago it was possible to read the comment count from the post directly

https://graph.facebook.com/125909647492772_502

9条回答
  •  滥情空心
    2021-02-01 20:18

    If you'd like to count everything on Facebook. (That number is visible for Facebook's User)

    You should use FQL (Facebook Query Language) instead of Graph API.

    Facebook Query Language Reference

    This situation you should to query

    SELECT comment_info FROM stream WHERE post_id = ...
    

提交回复
热议问题