ali Atwa
ali Atwa

Reputation: 555

How to get any user posts using facebook Graph API?

I only can reach to my posts with API but I can not reach to friends posts so I want to fetch all the public posts from a user with my user access token. to be clearer I want to get the users post AND his friends posts.

Upvotes: 0

Views: 937

Answers (1)

ceejayoz
ceejayoz

Reputation: 180023

You can't. For privacy reasons, the Facebook API won't give you most information unless the user who owns that information - not their friends, even if it's technically part of the "public profile" - explicitly grants permission by connecting to your application with the right permissions.

Upvotes: 2

Related Questions