Not all the comments visible when pulling a post using Facebook graph API iphone

前端 未结 3 1212
执笔经年
执笔经年 2021-01-23 08:49

I searched through all the posts about Facebook graph API and didn\'t find anything about it. Here\'s the issue.

I\'m working on the iPhone app for one company. And for

3条回答
  •  忘了有多久
    2021-01-23 09:18

    Furthermore, the number of comments is sometimes different in /feed then in /post_id/comments

    For instance :

    graph.facebook.com/146154582080623/feed returns 1 comment with a count of 3

    and

    graph.facebook.com/146154582080623_184735008222580/comments (which is a post of the previous page) returns 2 comments

    So I'm wondering if privacy is the problem or not.

提交回复
热议问题