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 am using the Facebook Social plugin 'Like Box' (http://developers.facebook.com/docs/reference/plugins/like-box/) on a web application I am creating in asp.net.

The plugin only displays the posts that the page Admins have posted but doesn't show the posts that were posted by the Fans (Users who have liked the page).

Does anyone know if there is a workaround this or is this like this by design?

Many thanks

share|improve this question

1 Answer

up vote 0 down vote accepted

This is not possible. You can't get "Posts By Others" in the like box.

If you own an app you can get each and every wall posts on a page but then you have to take the headache of parsing and formatting it.

Example: https://graph.facebook.com/cocacola/feed?access_token=your_access_token

share|improve this answer

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.