Skip to content

Commit

Permalink
Merge branch 'master' of github.com:oauth/oauth-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Jun 25, 2011
2 parents 4b46c66 + 0b5728f commit 6825f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rdoc
Expand Up @@ -41,6 +41,7 @@ When user returns create an access_token

Now that you have an access token, you can use Typhoeus to interact with the OAuth provider if you choose.

require 'oauth/request_proxy/typhoeus_request'
oauth_params = {:consumer => oauth_consumer, :token => access_token}
hydra = Typhoeus::Hydra.new
req = Typhoeus::Request.new(uri, options)
Expand Down

0 comments on commit 6825f8f

Please sign in to comment.