Skip to content

Instantly share code, notes, and snippets.

@turlockmike
Created December 12, 2013 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save turlockmike/7937125 to your computer and use it in GitHub Desktop.
Save turlockmike/7937125 to your computer and use it in GitHub Desktop.
FB.Event.subscribe("auth.authResponseChange", function(response) {
Octane.facebookAuthStatusUpdate(response.status);
});
FB.getLoginStatus(function(response) {
Octane.facebookAuthStatusUpdate(response.status);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment