Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 1 down vote accepted

/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.

share|improve this answer
it wasn't when I tested it a few weeks ago. But things change indeed. :) I've also asked this in the facebook forum (forum.developers.facebook.net/viewtopic.php?pid=296518#p296518). – Bozho Dec 14 '10 at 20:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.