I'm trying to get the user's news feed using the js api. I'm not wanting the users feed, but the newsfeed they see if they click on the facebook logo in facebook. This is the one that combines the user's feed with all their friends feeds. Is this possible? I would hate to have to do one query to get the feed from each of the users friends and then manually stitch them all together. Is there another way?
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.
|
|
I know this post is old, but I'm searching for it now, and since now Facebook has updated the API, there's a solution: https://graph.facebook.com/me/home You'll have to have an extended permission for read_stream. |
|||
|
|