facebook app anyone?

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
knightsjoker
Forum Newbie
Posts: 13
Joined: Fri Dec 26, 2008 2:00 am

facebook app anyone?

Post by knightsjoker »

was wondering if anyone know any facebook app tutorial that teach how to create an application to display blogs' rss?
User avatar
iankent
Forum Contributor
Posts: 333
Joined: Mon Nov 16, 2009 4:23 pm
Location: Wales, United Kingdom

Re: facebook app anyone?

Post by iankent »

Have a look here: http://developers.facebook.com/

Loads of information, full API reference and has ready made code for PHP etc that you can alter to suit your needs. Facebook have put a lot of time into making their API really straightforward and easy to use!

edit:
to display blogs RSS you'd need to use something like fopen() to get the RSS/Atom feed, then create an XMLDocument from it and parse it to get the info (have a look at PHP's XML documentation, has some good examples). Alternatively you could download a ready made RSS or Atom parser for PHP and save a bit of time :)

hth
Post Reply