github-v3-api icon indicating copy to clipboard operation
github-v3-api copied to clipboard

Can't get an OAuth token with the included sinatra app

Open ralph-tice opened this issue 12 years ago • 0 comments

Can't get an OAuth token with the included sinatra app, clean checkout,

localhost - - [30/May/2013:15:07:15 CDT] "GET / HTTP/1.1" 200 0
- -> /
[2013-05-30 15:07:15] ERROR LoadError: Could not find matching strategy for :github. You may need to install an additional gem (such as omniauth-github).
    /Users/ralphtice/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/omniauth-1.1.3/lib/omniauth/builder.rb:39:in `rescue in provider'
$ gem list --local | grep omni
omniauth (1.1.3)
omniauth-github (1.1.0)
omniauth-oauth2 (1.1.1)

ralph-tice avatar May 30 '13 20:05 ralph-tice