Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 1 down vote accepted

Make a Curl Call to this URL: ` https://graph.facebook.com/< YOUR_APP_ID >/feed?access_token=< ACCESS_TOKEN_OF_fb_APPLICATION >

share|improve this answer
Thanks. Do you know why I can only see the posts in the feed object that is posted by the logged in user? I make posts programmaticaly and when I use the API Explorer I only see my posts and not the other users posts in the feed JSON object. – user954159 Sep 20 '11 at 12:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.