Ughh, my later changesets appear to have blown away some of Mark's changes :(

Put back in the capitalisation change to getOAuthAccessToken.
This commit is contained in:
ciaranj
2010-07-29 22:58:58 +01:00
parent 680d064e50
commit 3564e2e60b
3 changed files with 3 additions and 3 deletions

@ -237,7 +237,7 @@ exports.OAuth.prototype._performSecureRequest= function( oauth_token, oauth_toke
request.end();
}
exports.OAuth.prototype.getOauthAccessToken= function(oauth_token, oauth_token_secret, oauth_verifier, callback) {
exports.OAuth.prototype.getOAuthAccessToken= function(oauth_token, oauth_token_secret, oauth_verifier, callback) {
var extraParams= {};
if( typeof oauth_verifier == "function" ) {
callback= oauth_verifier;