Skip to content

Instantly share code, notes, and snippets.

@joeljackson
Created August 13, 2011 05:34
Show Gist options
  • Save joeljackson/1143512 to your computer and use it in GitHub Desktop.
Save joeljackson/1143512 to your computer and use it in GitHub Desktop.
Facebook init
initialize_with_facebook: ->
#FB.init @facebook_settings
FB.getLoginStatus (response) =>
exports.session = response.session
@user = new User(response.session, @userCreatedCallback)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment