File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33== Status
44
5- {<img src="https://travis-ci.org/oauth-xx/oauth-ruby.svg?branch=master" alt="Build Status" />}[https://travis-ci.org /oauth-xx/oauth-ruby]
5+ {<img src="https://travis-ci.org/oauth-xx/oauth-ruby.svg?branch=master" alt="Build Status" />}[https://travis-ci.com/github /oauth-xx/oauth-ruby]
66
77
88
@@ -48,7 +48,7 @@ When user returns create an access_token
4848 request_token = OAuth::RequestToken.from_hash(oauth_consumer, hash)
4949 access_token = request_token.get_access_token
5050 # For 3-legged authorization, flow oauth_verifier is passed as param in callback
51- # access_token = request_token.get_access_token(oauth_verifier: params[:oauth_verifier])
51+ # access_token = request_token.get_access_token(oauth_verifier: params[:oauth_verifier])
5252 @photos = access_token.get('/photos.xml')
5353
5454Now that you have an access token, you can use Typhoeus to interact with the OAuth provider if you choose.
You can’t perform that action at this time.
0 commit comments