Search code examples
facebook-graph-apifacebook-rest-api

User feed returns only single most recent post


I had my code work fine yesterday, but today I can no longer get the feed from the user that authorized my app.

When calling https://graph.facebook.com/userID/feed?access_token=XXX in the app or browser I get only one item in the feed - the most recent wall post. Following previous and next links yields empty data array.

User has about 160 wall posts that I was able to fetch yesterday with the same code. I think the more worrying thing is that I can't even get those posts in the browser.

The access token is valid. Application authorized.

Does anybody have any ideas on this?


Solution

  • Use it like this: https://graph.facebook.com/userID/feed?access_token=XXX&limit=500