Skip to content

Commit

Permalink
Forgot to remove token_secret; no longer needed for twitter.
Browse files Browse the repository at this point in the history
  • Loading branch information
joemccann committed Aug 28, 2012
1 parent ed68b8d commit 6bc19cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ request.post({url:url, oauth:oauth}, function (e, r, body) {
, consumer_secret: CONSUMER_SECRET
, token: access_token.oauth_token
, verifier: access_token.oauth_verifier
, token_secret: access_token.oauth_token_secret
}
, url = 'https://api.twitter.com/oauth/access_token'
;
Expand Down

0 comments on commit 6bc19cd

Please sign in to comment.