Aarish Ramesh
Aarish Ramesh

Reputation: 7023

Get facebook friends posts using graph API

I am trying to build an application which requires access to friend's feed posts. Is it possible to retrieve friend's wall posts using graph API? I checked out in the developer console and found no such funstionality. If possible can someone explain me how do i go about retrieving it?

Upvotes: 6

Views: 9675

Answers (2)

Artur Peniche
Artur Peniche

Reputation: 479

What you're asking is no longer supported by Facebook.

Read this article by one of the apps that were affected by so.

Sorry for not helping you more.

Upvotes: 3

andyrandy
andyrandy

Reputation: 73984

friend permissions are gone, and read_stream will not get approved by Facebook unless you are building an App for a platform without a native Facebook client. So there is no way to get access to friend walls - unless they authorize your App too. You can use user_posts for that.

You can read more about all the changes in the changelog: https://developers.facebook.com/docs/apps/changelog

Facebook improved privacy for users, that´s why you can´t get any details of users who did not authorize your App.

Upvotes: 11

Related Questions