We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionWe will shortly build a prototype which will play the role of an OAuth client to interact with sites such as Facebook. A requirement is that we use OAuth 2开发者_JS百科.0 (knowing it is still in draft status).
Do you know of any Open Source Java implementations of an OAuth 2.0 client library? Our goal is to use it in our prototype, contributing to the project if possible.Look at newly released java library: leeloo.smartam.net Compliant with oauth 2.0 draft 10, same as used by Facebook.
Take a look at Library for OAuth Consumer (Java)
Take a look at this - http://oauth.googlecode.com/svn/code/
You have Java client implementations too.
精彩评论