Introduction
Facebook Connect is way to make your application more social. With it you gain access to:
- Identity: the user's name, photo and more [User].
- Social Graph: the user's friends and connections [Connection].
- Distribution: the Stream, and the ability to communicate [Publishing]
- Integration: publishers, canvas pages, profile boxes & tabs.
This guide is for using the Mu JavaScript library to access the above on your site. Mu is a very small library which you can use along with your favourite JavaScript library such as Dojo, jQuery, MooTools, Prototype or YUI.
Getting Started
Console
A Console is available which demonstrates the various features provided by the library. Click here and try it out.
Bootstrap
- Create a application at http://www.facebook.com/developers/createapp.php
- Give it a name, Agree to the TOS.
- Click on the Connect entry on the left hand navigation.
- Enter your website URL in Connect URL.
- Enter your domain in Base Domain.
- Save Changes
- Copy the API Key
Optional: Use one of the Examples to get started.
API Documentation
API Documentation is available for the public interface.
Authentication & Authorization
Authentication & Authorization is described in greater detail here.