Skip to content

Commit

Permalink
send oauth_verifier when requesting access token
Browse files Browse the repository at this point in the history
  • Loading branch information
radealite committed Dec 24, 2015
1 parent 478d9b0 commit a402760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/oauth-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ module.exports = function (options, finalWare) {
oa.getOAuthAccessToken(
req.query.oauth_token,
req.oauth.oauth_token_secret,
req.query.oauth_verifier,
function (error, oauth_access_token, oauth_access_token_secret) {
req.oauth.error = error;
req.oauth.oauth_access_token = oauth_access_token;
Expand Down

0 comments on commit a402760

Please sign in to comment.