Skip to content

Commit

Permalink
Remove non-"oauth_" parameters from being added into the OAuth Author…
Browse files Browse the repository at this point in the history
…ization header
  • Loading branch information
jplock committed Jul 7, 2012
1 parent 3a664fd commit 23ae7d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ Request.prototype.oauth = function (_oauth) {
// skip
} else {
delete oa['oauth_'+i]
delete oa[i]
}
}
this.headers.Authorization =
Expand Down

0 comments on commit 23ae7d5

Please sign in to comment.