Skip to content

Instantly share code, notes, and snippets.

@joshsmith
Created October 28, 2012 04:26
Show Gist options
  • Select an option

  • Save joshsmith/3967505 to your computer and use it in GitHub Desktop.

Select an option

Save joshsmith/3967505 to your computer and use it in GitHub Desktop.
Rails.application.config.middleware.use OmniAuth::Builder do
provider :facebook, 'APP_KEY', 'APP_SECRET'
provider :twitter, 'APP_KEY', 'APP_SECRET'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment