Skip to content

Commit

Permalink
Merge pull request request#645 from mick/update_twitter_usage_example
Browse files Browse the repository at this point in the history
update twitter api url to v1.1
  • Loading branch information
mikeal committed Dec 31, 2013
2 parents e622425 + aca5a16 commit f7d5f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ request.post({url:url, oauth:oauth}, function (e, r, body) {
, token: perm_token.oauth_token
, token_secret: perm_token.oauth_token_secret
}
, url = 'https://api.twitter.com/1/users/show.json?'
, url = 'https://api.twitter.com/1.1/users/show.json?'
, params =
{ screen_name: perm_token.screen_name
, user_id: perm_token.user_id
Expand Down

0 comments on commit f7d5f21

Please sign in to comment.