Skip to content

Instantly share code, notes, and snippets.

@iosadchiy
Created May 20, 2011 16:54
Show Gist options
  • Save iosadchiy/983313 to your computer and use it in GitHub Desktop.
Save iosadchiy/983313 to your computer and use it in GitHub Desktop.
require 'omniauth/openid'
require 'openid/store/filesystem'
Rails.application.config.middleware.use OmniAuth::Builder do
provider :twitter, '7v0ECcPvUHZtkqM8tiWpug', 'W874PN5kksX8or5fzWs77pKQfY51EY7qyPkaCeXbo'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment