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 struggling in getting the posts from the public page in Facebook. For example

https://graph.facebook.com/cocacola (Its a public page, those who liked it on facebook will get update.)

This returns me the page details only. How I can get the wall posts done by done by the user "cocacola".

share|improve this question

1 Answer

up vote 3 down vote accepted

Its quite simple. just do as

https://graph.facebook.com/cocacola/posts?access_token=YOUR_ACCESS_TOKEN

It will work.

share|improve this answer
Maybe something has changed in the API. It doesn't work now. Better use /feed – kon psych Mar 11 at 11:06

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.