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.
|
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. |
|||
|
|
|
Make a Curl Call to this URL: ` https://graph.facebook.com/< YOUR_APP_ID >/feed?access_token=< ACCESS_TOKEN_OF_fb_APPLICATION > |
|||
|