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.
2 parents 8fc5cba + 4b300ad commit 5f55a81Copy full SHA for 5f55a81
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