Created
February 7, 2014 22:33
-
-
Save boertel/8873401 to your computer and use it in GitHub Desktop.
SSO Facebook snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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