Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aganov committed May 30, 2011
1 parent 6fd83e3 commit 52ca858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/application.rb
Expand Up @@ -11,8 +11,7 @@ def client
@client ||= OAuth2::Client.new '120094574673767', 'b54dc82476af2814e620b86776c42c0e', {
:site => OAUTH_PROVIDER_URL,
:authorize_url => '/oauth2/authorize',
:token_url => '/oauth2/token',
:adapter => :NetHttp,
:token_url => '/oauth2/token'
}
end

Expand Down

0 comments on commit 52ca858

Please sign in to comment.