In the Graph API documentation, in parentheses next to the News Feed endpoint is the following:
this is an outdated view, does not reflect the news feed on facebook.com
This is a pretty critical method in any application using the Graph API, and what should we use? Is there a way to get a more accurate version of News Feed with a different API?
I noticed some differences between what is shown on the website and what is shown through the API, but I assumed that most of it comes down to individual user permissions. In any case, this problem is non-trivial and starts to regret choosing the Graph API, say, FQL.
source share