Chris,
Either of these would require OAuth authentication. There are a number of Clojure and Java libraries providing this. For now, I'd suggest you see what you can do with them.
I'd love to have OAuth support as a Friend workflow, but I've not yet taken a close look at all of the alternatives for doing so.
- Chas
--
http://cemerick.com
[Clojure Programming from O'Reilly](http://www.clojurebook.com)
On Apr 20, 2012, at 1:36 PM, Chris Dean wrote:
> What's the right way to to add twitter or facebook login to my Ring
> based app?
> The answer might be "use the (recent) Friend library to add a twitter
> auth strategy".
> Cheers,
> Chris Dean