Skip to content

Commit

Permalink
update twitter api url to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mick committed Sep 2, 2013
1 parent 21a6357 commit aca5a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -157,7 +157,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 aca5a16

Please sign in to comment.