Skip to content

Commit

Permalink
Facebook has graduated from contrib!
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Oct 19, 2011
1 parent ec6cfc9 commit 23181c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
2 changes: 0 additions & 2 deletions examples/sinatra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
use OmniAuth::Builder do
provider :twitter, ENV['TWITTER_KEY'], ENV['TWITTER_SECRET']
provider :github, ENV['GITHUB_KEY'], ENV['GITHUB_SECRET']
provider :facebook, ENV['FACEBOOK_KEY'], ENV['FACEBOOK_SECRET']
end

get '/' do
<<-HTML
<ul>
<li><a href='/auth/twitter'>Sign in with Twitter</a></li>
<li><a href='/auth/github'>Sign in with GitHub</a></li>
<li><a href='/auth/facebook'>Sign in with Facebook</a></li>
</ul>
HTML
end
Expand Down
1 change: 0 additions & 1 deletion lib/omniauth-contrib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module OmniAuth
module Strategies
autoload :Twitter, 'omniauth/strategies/twitter'
autoload :GitHub, 'omniauth/strategies/github'
autoload :Facebook, 'omniauth/strategies/facebook'
end
end

Expand Down
58 changes: 0 additions & 58 deletions lib/omniauth/strategies/facebook.rb

This file was deleted.

0 comments on commit 23181c6

Please sign in to comment.