Skip to content

Instantly share code, notes, and snippets.

@StabbyMcDuck
Created November 19, 2016 16:39
Show Gist options
  • Save StabbyMcDuck/037e84a828964ef23f1b98b493f42f93 to your computer and use it in GitHub Desktop.
Save StabbyMcDuck/037e84a828964ef23f1b98b493f42f93 to your computer and use it in GitHub Desktop.
Rails.application.config.middleware.use OmniAuth::Builder do
provider :facebook, 'YOUR_FACEBOOK_APP_ID', ENV['FACEBOOK_APP_SECRET']< f>
scope: 'user_hometown'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment