We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27d2441 + 5f55a81 commit 9eb701fCopy full SHA for 9eb701f
README.rdoc
@@ -51,6 +51,7 @@ When user returns create an access_token
51
52
Now that you have an access token, you can use Typhoeus to interact with the OAuth provider if you choose.
53
54
+ require 'typhoeus'
55
require 'oauth/request_proxy/typhoeus_request'
56
oauth_params = {:consumer => oauth_consumer, :token => access_token}
57
hydra = Typhoeus::Hydra.new
0 commit comments