Reputation: 41
I'm new to the fb graph api. Can someone please help me to find a way to retrieve the feed posts on a fan page wall, that I am the admin of?
Thanks.
Upvotes: 0
Views: 1786
Reputation: 657
Make a Curl Call to this URL: ` https://graph.facebook.com/< YOUR_APP_ID >/feed?access_token=< ACCESS_TOKEN_OF_fb_APPLICATION >
Upvotes: 1