Hi fellows,

I have a clean, test-driven pure scala oauth client available:
https://github.com/ben-biddington/Coriander.OAuth

This started as a clean code exercise and to let me work with twitter
API. I wrote it for jruby actually because I was frustrated with
existing clients which were bound to HTTP and inflexible.

It leaves out the workflow parts (token exchange, requests etc) and
focuses on representing the core specification. It lets you assemble
the connecting glue yourself.

* fully test-driven and clean
* written in less idiomatic style (I come from C# and ruby background)
* written in specification language
* supports RSA-SHA1
* works with Twitter, 7digital and Xero APIs.

Feedback, defect reports and suggestions welcome.

<bb />

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.

Reply via email to