Skip to content

Instantly share code, notes, and snippets.

@boertel
Created February 7, 2014 22:33
Show Gist options
  • Save boertel/8873401 to your computer and use it in GitHub Desktop.
Save boertel/8873401 to your computer and use it in GitHub Desktop.
SSO Facebook snippet
var _punchtab_settings = {
key: "<YOUR KEY>",
display: "tab",
authentication: {
provider: "sso_facebook_<app_name>",
scope: ['email', 'user_likes'] // default scope
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment