How do I call more than 100 statuses with Facebook API?

后端 未结 5 1188
不思量自难忘°
不思量自难忘° 2021-01-05 04:47

I\'m building a Facebook application and I want it to be able to read all the user\'s statuses from the past year. When I make the API call, I can only retrieve the first 10

5条回答
  •  余生分开走
    2021-01-05 05:39

    I've verified using the Graph API explorer that the pagination is not working as you have described. Log it as a bug with Facebook at: https://developers.facebook.com/bugs and post the bug # here.

    EDIT

    Per the bug closure, the 100 limit is By Design and you won't get more than that, meaning that Facebook has made a conscious business decision to limit the amount of data it has to store, process, and serve from the Graph API. It costs money to do so and since the API is free to use, I can't argue with them. However, if I was paying for it, then hell yes I kick and scream all the way down the road.

提交回复
热议问题