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 looking for a way to display all status updates from my Facebook page onto my website, along with relevant links and images. I do not want the user to have to be Facebook logged in to view these statuses

I'd have thought this would be quite easy to achieve but I don't see any ready-made applications or plugins that suit my needs. Anything that I have seen requires the Like button or for the user to login.

So far, the only way that I've found is using the JSON Graph API, which although seems simple enough to use, still requires effort to display images, links etc. See this tutorial

Can anyone advise me of a better solution to this please?

share|improve this question
3  
PS: Please help yourself by improving your accept rate. Otherwise, the community may not answer your question. – Larry Morries Oct 14 '11 at 3:54
1  
How about the Like Box? – ifaour Oct 14 '11 at 13:09
Yes the Like Box looks good as it does not require you to click Like – DJ180 Oct 14 '11 at 23:39

1 Answer

up vote 0 down vote accepted

Have you looked at http://www.neosmart.de/social-media/facebook-wall? It's pretty slick and a couple of versions in. For the token you could create a Facebook app and use the app token to access the content that way there would be no user login required.

share|improve this answer
This looks exactly like what I was looking for – DJ180 Oct 14 '11 at 23:39

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.