We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
require 'typhoeus'
1 parent d969737 commit 4b300adCopy full SHA for 4b300ad
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