Facebook graph api comment count

后端 未结 9 803

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:43

    You can get total comment count via FQL. See this question below as reference:

    Facebook API - comment count via FQL

    Here's the query you need: SELECT comment_info FROM stream WHERE post_id = ...

提交回复
热议问题