Skip to content

Instantly share code, notes, and snippets.

@sherbondy
Created August 19, 2012 07:43
Show Gist options
  • Save sherbondy/3393401 to your computer and use it in GitHub Desktop.
Save sherbondy/3393401 to your computer and use it in GitHub Desktop.
Facebook externs for cljsbuild
FB = {};
FB.api = function(location, callback){};
FB.getLoginStatus = function(callback){};
FB.init = function(options){};
FB.login = function(callback, scope){};
FB.logout = function(callback){};
FB.Event = {};
FB.Event.subscribe = function(evt, callback){};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment