Skip to content

Commit cd4cab0

Browse files
committed
Travis - Updating readme link
1 parent d4c7172 commit cd4cab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

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

0 commit comments

Comments
 (0)