Skip to content

Instantly share code, notes, and snippets.

View aarongrando's full-sized avatar

Aaron Grando aarongrando

View GitHub Profile
@trshafer
trshafer / facebook-stub.html
Created February 15, 2011 04:50
A js stub for the facebook javascript sdk
<html>
<head>
<script type="text/javascript" charset="utf-8">
var FB = function(){
//defaults and accessors
var initialized = false,
loggedIn = null,
shouldSucceed = true,
uid = '12345';