Skip to content

Commit

Permalink
Merge pull request oauth-xx#26 from Kimtaro/master
Browse files Browse the repository at this point in the history
Readme update for Typhoeus integration
  • Loading branch information
quirkey committed Jun 25, 2011
2 parents 6fccb22 + 8375824 commit ab78a9e
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 ab78a9e

Please sign in to comment.