Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a generic Oauth library for scala, java or python [closed]

I have a few already but wanted to merge them into one public domain oauth code library for twitter, facebook, friendfeed (and let other developers improve the library for their preferred connections).

I'm having a tough time just debugging mashing friendfeed and twitters oauth into one friendly python program running on the Google App Engine.

These are some of the pieces I have so far: http://oauth.net/code http://code.google.com/p/oauth-python-twitter/ http://code.google.com/p/friendfeed-api-example/

like image 409
Mark Essel Avatar asked Dec 06 '22 05:12

Mark Essel


2 Answers

Uh oh...

OAuth here she comes ... she's a scala-based-man-eater!

Full disclosure: I just remembered this article mostly because the title was catchy, more than that I fully grok and support the approach. But I try to think I steal<bs><bs><bs><bs><bs> appropriate ideas from the author enough that I think it's worth reading.

like image 148
Tristan Juricek Avatar answered Dec 07 '22 19:12

Tristan Juricek


Here's a clean code version, written in scala, works in Java too.

http://github.com/ben-biddington/scala-oauth

[UPDATE]

Sorry, I renamed the repo:

http://github.com/ben-biddington/Coriander.OAuth

like image 42
user242766 Avatar answered Dec 07 '22 19:12

user242766