diff --git a/lib/oauth.js b/lib/oauth.js index 224f94d..16e5e47 100644 --- a/lib/oauth.js +++ b/lib/oauth.js @@ -233,7 +233,7 @@ exports.OAuth.prototype._performSecureRequest= function( oauth_token, oauth_toke request.end(); } -exports.OAuth.prototype.getOauthAccessToken= function(oauth_token, oauth_token_secret, callback) { +exports.OAuth.prototype.getOAuthAccessToken= function(oauth_token, oauth_token_secret, callback) { this._performSecureRequest( oauth_token, oauth_token_secret, "GET", this._accessUrl, null, function(error, data, response) { if( error ) callback(error); else {