Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Yahoo OAuth library in java?

Tags:

java

oauth

yahoo

Anybody knows any good yahoo oauth library in java?.

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

Thanks Aravind S

like image 374
Aravind S Avatar asked Dec 12 '25 00:12

Aravind S


1 Answers

I highly recommend scribe. Very simple API and works great.

On a side note, be aware that Yahoo expires their auth token after 60 minutes so you need to refresh it periodically. Alas, Yahoo is the only oauth provider that I am aware of that expires their token and so scribe and signpost and other oauth APIs don't implement a "refresh token" mechanism. From my research, everyone that uses the APIs has implemented their own custom refresh method, myself included. I and others have approached the scribe author about integrating the refresh token feature but he has no interest.

like image 114
Vince Horst Avatar answered Dec 13 '25 13:12

Vince Horst



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!