Skip to content

Instantly share code, notes, and snippets.

@drKreso
Last active November 3, 2018 10:30
Show Gist options
  • Select an option

  • Save drKreso/8fa38110f5a42cd73d218025854dda77 to your computer and use it in GitHub Desktop.

Select an option

Save drKreso/8fa38110f5a42cd73d218025854dda77 to your computer and use it in GitHub Desktop.
# config/initializers/devise.rb
config.omniauth :facebook, ENV['FACEBOOK_APP_ID'], ENV['FACEBOOK_SECRET_ID'],
scope: 'email',
info_fields: 'email'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment