Bozho
Bozho

Reputation: 597362

How to get a of most recent posts/messages with the Facebook Graph API

The Graph API lets you obtain the "top news" for a given user, via the "/home" connection type. But how do you obtain the "Most recent"?

I also asked this on the facebook forum

Upvotes: 3

Views: 874

Answers (1)

typeoneerror
typeoneerror

Reputation: 56978

/home is the most recent from the looks of it. I just tested /me/home and it's the same as my "most recent" feed on the front end. You never know with Facebook though. Data is never reliable.

Upvotes: 1

Related Questions