752c4419f9Changed the post method to support passing of either a POST body string and optional content-type, or a hash of query parameters that will be url form encoded.
ciaranj
2010-08-06 09:01:40 +01:00
ca370f3f5aAdded new get method to OAuth2. Deprecated older getProtectedResource method
ciaranj
2010-08-05 22:49:55 +01:00
7117b2df3eAdded new post method and get method. Deprecated older getProtectedResource method
ciaranj
2010-08-05 22:49:27 +01:00
3564e2e60bUghh, my later changesets appear to have blown away some of Mark's changes :( Put back in the capitalisation change to getOAuthAccessToken.
ciaranj
2010-07-29 22:58:58 +01:00
680d064e50Updating documentation to reflect some received contributions.
ciaranj
2010-07-29 22:54:04 +01:00
33df3dfd17Error object rather than string, which allows for better verification of the HTTP status code of the response.
Mark Wubben
2010-07-28 19:24:56 +02:00
c8393eb053Support for passing extra parameters when getting a request token. Changed getOAuthAccessToken to always expect an oauth_verifier value (although it could be null).
Mark Wubben
2010-07-28 19:24:13 +02:00
e38ab951f1Fixed getOAuthAccessToken (rather than getOauthAccessToken).
Mark Wubben
2010-07-28 19:22:57 +02:00
1c93463189it looks like non oauth_ parameters where being included within the authorization headers I believe this to be incorrect.
ciaranj
2010-07-19 00:25:00 +01:00
ebcf1c2950Weird, found a missing argument that I could swear I'd put in previously?!!?
ciaranj
2010-07-18 23:43:39 +01:00
171b6d4599Bumping version to 0.7.5, adding a top-level main file to ease npm inclusion.
ciaranj
2010-07-18 21:26:22 +01:00
6942f60797Bumping version 0.7.4
ciaranj
2010-06-23 19:59:59 +01:00
6ad738d395added error listener to request socket, no node does not crash on socket error
Troy Kruthoff
2010-06-19 08:14:34 +08:00
09d613cd46Bumping to 0.7.3 oauth 2 now sending a Content-Length header of 0 to play well with github/nginx.
ciaranj
2010-06-01 21:03:23 +01:00
76cddbdf2bBumping version number (0.7.2)
ciaranj
2010-05-18 19:14:06 +01:00
341136d554Fixed a load of test failures I'd somehow missed ?!?!! (Thanks go to @dshaw for noticing)
ciaranj
2010-05-18 13:57:01 +01:00
24bcc8c712Updated the notes to demonstrate the 0.7.0 change was breaking :(
ciaranj
2010-05-10 20:05:28 +01:00
36d5a13a8cARgghh trying to set the version to 0.7.0
ciaranj
2010-05-10 19:48:15 +01:00
d7d5cfbcfeBumping the version
ciaranj
2010-05-10 19:44:17 +01:00
63dc8facb6Adds support for 1.0A callback urls, and HTTPS endpoints
ciaranj
2010-05-09 00:50:06 +01:00
6b7b8f3198Added in some basic (but working) OAuth2 support no specs :( .. I suck.
ciaranj
2010-05-02 15:43:10 +01:00
fcc19b4c8fBumping version to 0.0.5
ciaranj
2010-04-27 21:58:42 +01:00
09567154fdAdding a method to sign urls, desperately need to re-factor :(
ciaranj
2010-04-27 21:48:43 +01:00
337b6c7fa6Added support in for dealing with servers using non-default ports.
ciaranj
2010-04-27 21:04:58 +01:00
091ac960b9Added some extra support to the url normalisation (ensure that when no path given the normalised url has a trailing slash)
ciaranj
2010-04-27 19:49:42 +01:00