Skip to content

Instantly share code, notes, and snippets.

@StabbyMcDuck
Created November 20, 2016 02:56
Show Gist options
  • Save StabbyMcDuck/8a62c67226539a4413a89dd26f262b25 to your computer and use it in GitHub Desktop.
Save StabbyMcDuck/8a62c67226539a4413a89dd26f262b25 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>
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment