
How do I import blog posts into FaceBook?
I’ve noticed that some people on FaceBook have their blog posts appear as Notes on their page. How do I do this?
Importing your blog posts into FaceBook is really easy .. once you know how. Here’s how to do it...
Filed under: Facebook by Axe91

This guide shows how you can build an RSS feed reader application for the social network Facebook that will display your blog's/web site's RSS feed on the profile pages of Facebook users (that have installed the RSS feed reader application). Each item of the RSS feed will have a Share button so that people can share the story with their friends, and the application will have an Invite link so that people can invite up to ten friends at once to also install this feed reader application. I will use PHP5 to build the RSS feed reader application. To parse the RSS feed and generate HTML from it, I will use Magpie RSS.
Filed under: Facebook by 1forAlbert

RESOURCES TO HELP YOU BUILD A SUCCESSFUL FACEBOOK APP THAT USERS WILL LOVE.
Filed under: Facebook by Steve

The Facebook API provides a straightforward, though occasionally clumsy way to access information about your account, your friends, and their pictures. We show you how it works — it's easy and fun!
Filed under: Facebook by Steve

Facebook Markup Language (FBML) is an evolved subset of HTML with some elements removed, and others which have been added that are specific to Facebook. You set the FBML for a profile box by calling profile.setFBML through the API. The FBML is cached on F
Filed under: Facebook by Psteve