Commit Graph

24 Commits

Author SHA1 Message Date
24bcc8c712 Updated the notes to demonstrate the 0.7.0 change was breaking :( 2010-05-10 20:05:28 +01:00
36d5a13a8c ARgghh trying to set the version to 0.7.0 2010-05-10 19:48:15 +01:00
d7d5cfbcfe Bumping the version 2010-05-10 19:44:17 +01:00
63dc8facb6 Adds support for 1.0A callback urls, and HTTPS endpoints
Introduces a breaking constructing change, there is now a 'callback url' argument
that can be supplied prior to the signatureMethod in the constructor.

Pass 'null' to explicitly ensure the callback url is never used, 'undefined' to
use 'oob', 'oob' to use 'oob' or an absolute url.
2010-05-09 00:50:06 +01:00
6b7b8f3198 Added in some basic (but working) OAuth2 support
no specs :( .. I suck.
2010-05-02 15:43:10 +01:00
fcc19b4c8f Bumping version to 0.0.5 2010-04-27 21:58:42 +01:00
09567154fd Adding a method to sign urls, desperately need to re-factor :( 2010-04-27 21:48:43 +01:00
337b6c7fa6 Added support in for dealing with servers using non-default ports. 2010-04-27 21:04:58 +01:00
091ac960b9 Added some extra support to the url normalisation (ensure that when no path given the normalised url has a trailing slash) 2010-04-27 19:49:42 +01:00
e3e4c81ee7 Bump seed version. 2010-04-21 22:43:16 +01:00
0beb1c9f96 Removed authorize_url from the client, was really the wrong place for it :( 2010-04-21 16:29:46 +01:00
36eded6a2e Added in support for PLAINTEXT Signature methods. 2010-04-20 22:37:28 +01:00
3f97e3e38f Support configurable nonces and began the re-factor. 2010-04-19 23:04:24 +01:00
313f65ed0d Re-ordered the arguments on the getresource thingy. 2010-04-19 22:34:30 +01:00
6113ed72af Bumping seed version to 0.0.2 2010-04-19 22:04:55 +01:00
2bf33d156b Added a method to access protected resources. 2010-04-19 22:02:36 +01:00
c9c1eb05e8 Adding basic readme. 2010-04-19 20:48:51 +01:00
c223c309aa Removed all twitter references ;) 2010-04-19 20:13:55 +01:00
bbc7a741fc Removed un-neccessaryy custom query parsing code 2010-04-19 19:12:58 +01:00
a5d074ab5d Added URL normalisation 2010-04-19 19:05:29 +01:00
3ad23102ea Removed un-neccessary kiwi + express dependencies 2010-04-19 17:48:45 +01:00
619880fb15 Fixing Seed! (broke kiwi, oops!) 2010-04-19 16:40:43 +01:00
22402db273 Ok, very basic, needs refactoring Getting of Request and Access tokens (POST stylee)
works.
2010-04-19 13:20:50 +01:00
d15500781e Initial commit of library code from: http://code.google.com/p/oauth/source/browse/code/javascript/
I'm basic this client on the pre-existing OAuth code.
2010-01-26 22:25:54 +00:00