tags:

views:

24

answers:

1

Hi,

Anybody knows any good yahoo oauth library in java?.

Using that library, i should fetch yahoo mails using oauth authentication.

Thanks Aravind S

A: 

I've been messing with oauth-signpost recently for interacting with Yahoo YQL...although I haven't found a good 2-legged example.

http://code.google.com/p/oauth-signpost/

Alex Gandy
I am trying to use http://github.com/ramiyer/ymailtables which internally uses oauth signpost and httpclient.I am unable to run on app engine because httpclient uses some https url connection class from jdk which is black listed by GAE. I am thinking to change source code of sign-post or httpclient to run in GAE.BTW, Yahoo oauth documentation is very poor. :)
Aravind S