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 need your help and advice yet again!

I'm trying to do a website as part of a group project at uni, developing for a friend's business, and I'm ready to pull my hair out!

I'm completely stuck at embedding status updates on the website. I have got the RSS feed url and have tried several website such as http://www.rssinclude.com to embed it in a usable format.

The feed does not validate as well-formed RSS here: http://www.rssboard.org/rss-validator/check.cgi?url=https%3A%2F%2Fwww.facebook.com%2Ffeeds%2Fpage.php%3Fid%3D116381405151339%26format%3Drss20

You can see an example of the feed embedded here: http://theartificialasylum.com/Joe_Website/blog.html

I've read numerous different ways of fetching details, using Facebook API - which seems to have disappeared? and other SDK's.

I want to be able to style the status update stuff when I embed it on the site.

Any help would be greatly appreciated!

Kind regards,

JD

share|improve this question
For some reason my greeting was removed, twice. It did say a, "Hello Overflow people" at the beginning. – JohnDoe Feb 19 '12 at 17:18
Glad to see the Like box worked for you! Would you mind accepting my answer? As well as helping my reputation score, it will increase your accept rate which will encourage people to answer future questions you may have :-) – FluffyKitten Feb 19 '12 at 19:41

1 Answer

up vote 2 down vote accepted

Update 2: From your further descriptions, I think the Like box should be enough and its much easier to use - make sure "show Stream" is checked on (You can turn off show Faces & header). http://developers.facebook.com/docs/reference/plugins/like-box/


The Facebook API is still around and is how you should interact with Facebook.

The Facebook Live Stream plugin does exactly what you seem to require, and this page even gives you the code to include in your page: Facebook Live Stream

Edit: Don't forget you will need to register your website to get an AppID first: http://developers.facebook.com/docs/guides/web/#login

share|improve this answer
I'll look into that now. Thanks for your speedy advice..! – JohnDoe Feb 19 '12 at 17:42
@JohnDoe: Don't forget you will need to register your website to get an AppID first: developers.facebook.com/docs/guides/web/#login – FluffyKitten Feb 19 '12 at 17:53
Thanks FluffyK, was just bouncing between websites trying to figure out how to get one. I had the same problem when using Google maps API for Android, difficult to find a straight answer anywhere! – JohnDoe Feb 19 '12 at 18:01
It might be me being thick headed. But this is way complex for what I want to do, I have created an app on FB, getting into defining actions and aggregations. All I need is for Status updates from an individual page to show up on the website being developed. The Website is for Lucky Edge Decks, there is a Lucky Edge Decks Facebook page and I want their status updates to appear in the blog area of the website. I really cant work out how thats done using a FB app. =| – JohnDoe Feb 19 '12 at 19:02
1  
Pretty much! But from what you have just said, I think the LIKE box should be enough for you: developers.facebook.com/docs/reference/plugins/like-box Just make sure Show Stream is checked and you can turn off show Faces – FluffyKitten Feb 19 '12 at 19:17
show 4 more comments

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.