Hi

I think that Qarth is really great, but I'm having trouble with Scribe. I'm 
trying to get Khan Academy's OAuth API working, and I have a clj-oauth 
workflow that get's me an access token, but I haven't been able to set it 
up such that I send a simple GET request through. I found out this guy 
implemented it in Java using Scribe 
http://stackoverflow.com/questions/21964582/trouble-retrieving-request-token-for-khan-academy-api-using-scribe,
 
but I don't know enough Java interop to make it work on clojure. Is there a 
way to set up a custom provider with Qarth, like :provider 
org.scribe.builder.api.YahooApi on the documentation? Or a simple way to 
extend Scribes' DefaultApi10a? I know you have to use (proxy) but I'm 
clueless, and haven't seen any code that uses proxy in the wild.


On Thursday, July 24, 2014 at 10:15:11 AM UTC-7, Mike Thvedt wrote:
>
> Qarth is a simple interface to OAuth. Qarth's goal is to fix the problem 
> of Ring/Compojure and/or Friend apps reinventing the wheel for OAuth.
>
> Qarth features zero-effort Friend integration. The interactive auth flow 
> in "friendless" Qarth is two or three lines of code plus configuration. All 
> OAuth providers use the same interface, so that you can swap providers or 
> use "multi" providers (i.e. login with Facebook or Github) with little 
> additional effort.
>
> Qarth comes with out-of-the-box support for Facebook, Github, Twitter, 
> Google, and Yahoo!, and generic support for OAuth v2 and Scribe-Java.
>
> https://github.com/mthvedt/qarth
>
> Qarth is brand new, so please let me know about any issues or rough edges 
> you encounter.
>
> --Mike
> mike....@gmail.com <javascript:>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to