drone29a / clj-oauth

OAuth Consumer support for Clojure
BSD 2-Clause "Simplified" License
273 stars 52 forks source link

Use clj-oauth for 2-legged oauth?Use oauth-clj for 2-legged oauth? #18

Closed dirtyvagabond closed 11 years ago

dirtyvagabond commented 12 years ago

Hi mattrepl,

Is it possible to use clj-oauth for 2-legged oauth? If so, is there a demo or sample code I can take a look at?

All the best, Aaron

drone29a commented 11 years ago

I just glanced at 2-legged OAuth and it looks like clj-oauth should support it. The requests are the same for getting an access token from a request token.