Skip to content

Instantly share code, notes, and snippets.

@dan-silver
Last active December 11, 2015 04:28
Show Gist options
  • Save dan-silver/4544765 to your computer and use it in GitHub Desktop.
Save dan-silver/4544765 to your computer and use it in GitHub Desktop.
//Part of the passport code which authenticates the user
//Request two permissions from the user when they visit the homepage
app.get('/', passport.authenticate('facebook', {scope: ['friends_status', 'friends_events']}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment