Skip to content

Instantly share code, notes, and snippets.

View kdonald's full-sized avatar

Keith Donald kdonald

View GitHub Profile
@kdonald
kdonald / facebook.js
Created March 25, 2012 03:56
Facebook AMD Module
define("facebook", ["jquery", "https://connect.facebook.net/en_US/all.js"], function($) {
$("<div id='fb-root'></div>").prependTo($("body"));
FB.init({
appId : 'YOUR_APP_ID', // App ID
channelUrl : '//YOUR_DOMAIN/channel.html', // Channel File
status : false, // check login status
cookie : false, // enable cookies to allow the server to access the session
xfbml : false // parse XFBML