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?