Fixed getOAuthAccessToken (rather than getOauthAccessToken).
				
					
				
			This commit is contained in:
		| @ -233,7 +233,7 @@ exports.OAuth.prototype._performSecureRequest= function( oauth_token, oauth_toke | |||||||
|   request.end(); |   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) { |    this._performSecureRequest( oauth_token, oauth_token_secret, "GET", this._accessUrl, null, function(error, data, response) { | ||||||
|          if( error ) callback(error); |          if( error ) callback(error); | ||||||
|          else { |          else { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user