Skip to content

Commit 9eb701f

Browse files
committed
Merge branch 'master' of github.com:oauth-xx/oauth-ruby
2 parents 27d2441 + 5f55a81 commit 9eb701f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rdoc

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ When user returns create an access_token
5151

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

54+
require 'typhoeus'
5455
require 'oauth/request_proxy/typhoeus_request'
5556
oauth_params = {:consumer => oauth_consumer, :token => access_token}
5657
hydra = Typhoeus::Hydra.new

0 commit comments

Comments
 (0)