Skip to content

Instantly share code, notes, and snippets.

@asithade
Created December 11, 2013 03:59
Show Gist options
  • Save asithade/7904890 to your computer and use it in GitHub Desktop.
Save asithade/7904890 to your computer and use it in GitHub Desktop.
Facebook Email Scope
OmniAuth.config.logger = Rails.logger
Rails.application.config.middleware.use OmniAuth::Builder do
provider :facebook, ENV['xxx'], ENV['xxx'],
:scope => 'email'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment