user954159
user954159

Reputation: 41

Get Facebook page feed posts

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

Answers (1)

mjs
mjs

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

Related Questions