File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
== Status
4
4
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]
6
6
7
7
8
8
@@ -48,7 +48,7 @@ When user returns create an access_token
48
48
request_token = OAuth::RequestToken.from_hash(oauth_consumer, hash)
49
49
access_token = request_token.get_access_token
50
50
# 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])
52
52
@photos = access_token.get('/photos.xml')
53
53
54
54
Now 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