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've been asked to build a facebook fan page, that displays the latest RSS from a blog and the latest tweets from an user.

Something just like this: http://www.facebook.com/ibmargentina?v=app_223277347226&ref=ts

I already know the basics for working with FBML, but I can't figure how can I display external data...

Any tips would be greatly appreciated.

Thanks in advance..

share|improve this question

2 Answers

up vote 2 down vote accepted

Here you go: http://forum.developers.facebook.com/viewtopic.php?pid=129641

Here is another how to: http://www.howtoforge.com/rss_facebook_app_php_p3

Check out the discussions, everything you want to know is there. http://www.facebook.com/apps/application.php?sid=59c8a2bba844922b5153efc9b9eba237&id=4949752878&ref=s

share|improve this answer
Wow! There are tons of topics and most of them are in russian. Do you at least if embedding RSS feed into FBML is possible?? Thanks! – fedeisas Jan 29 '10 at 18:24
I will edit my post with a discussion abou0t this very topic, the short answer is yes you can. – James Campbell Feb 1 '10 at 21:55
Thanks me, you are a genius! – fedeisas Feb 2 '10 at 2:16

Facebook has put up a new guide for apps and pages at http://developers.facebook.com/docs/guides/canvas that is fairly helpful.

One thing that was a bit elusive to me at first was that you have one page that serves the canvas and then you have a second page (they recommend a subdirectory /tab) that serves the page content. So you can have a working app and canvas page and still not have it show up as a tab when you add the app to your "page".

(I know this is an old question, but I found it so I figure others might too)

share|improve this answer

protected by Matt Apr 24 '12 at 13:26

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.