Fixed a load of test failures I'd somehow missed ?!?!! (Thanks go to @dshaw for noticing)
This commit is contained in:
@ -7,6 +7,7 @@ var oa= new OAuth("http://term.ie/oauth/example/request_token.php?foo=bar",
|
||||
"key",
|
||||
"secret",
|
||||
"1.0",
|
||||
null,
|
||||
"PLAINTEXT")
|
||||
|
||||
oa.getOAuthRequestToken(function(error, oauth_token, oauth_token_secret, results){
|
||||
|
Reference in New Issue
Block a user