Sha256: 61b484d905918ba2d5c08a9cc9de4a2581f64a91cf49f4f0d90852cf0e126882

Contents?: true

Size: 1 KB

Versions: 9

Compression:

Stored size: 1 KB

Contents

Common use-cases should be streamlined:

* I have a URL that I want to sign (given consumer key/secret, optional
  token/secret, optional nonce/timestamp).
* I have a URL that I want to sign AND I want to see what the components
  (e.g. signature base string, etc.) are while it's being signed (i.e. verbose
  signing).
* I have a URL that I want to sign and I only want the signature.
* I have a URL that I want to sign and I want something suitable to put in
  {the header, the querystring, XMPP}.
* I want to make a query to an OAuth-enabled web service (with sensible
  errors, if available).
* I want to host an OAuth-enabled web service.
* I want to test my OAuth-enabled web service (i.e. test helpers)

Example applications for:
* Ning
* Fire Eagle
* Google (blogger, contacts)
* Twitter
* YOS / YQL
* Netflix

In addition to providing best practices of use, these can also be part of
the pre-release checks to make sure that there have been no regressions.

Random TODOs:
* finish CLI
* sensible Exception hierarchy

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
mojodna-oauth-0.3.1.1 TODO
mojodna-oauth-0.3.1.2 TODO
mojodna-oauth-0.3.1.3 TODO
mojodna-oauth-0.3.1.4 TODO
mojodna-oauth-0.3.1.5 TODO
mojodna-oauth-0.3.1.6 TODO
mojodna-oauth-0.3.1.7 TODO
mojodna-oauth-0.3.1.8 TODO
zmalltalker-oauth-0.3.1.7 TODO