Jack Allan
Jack Allan

Reputation: 15004

How to get user's news feed via graph api

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?

Upvotes: 3

Views: 5156

Answers (1)

Tolomelli
Tolomelli

Reputation: 324

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://developers.facebook.com/docs/facebook-login/permissions/v2.3

You'll have to have an extended permission for read_stream.

Edit | There's a limitation as said on the page:

This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already available. For example, Android and iOS apps will not be approved for this permission. In addition, Web, Desktop, in-car and TV apps will not be granted this permission.

Upvotes: 10

Related Questions