[oauth] Re: OAuth Server Libraries

2009-10-26 Thread Hans Granqvist
Santhosh, Check out http://oauth.net/code -H On Sun, Oct 25, 2009 at 10:10 PM, Santhosh brsan...@gmail.com wrote: Hi Team, Thanks in advance for answering/giving some directions. We have been talking about implementing OAuth server (to act as Service Provider), which consumers would

[oauth] Re: Details on OAuth Session Extension?

2009-10-26 Thread Robert Winch
Sorry to keep at this, but I am attempting to figure out the best way to go about doing 2-Legged OAuth with the Session Extension. My goal is still the same in that I wish to avoid using a database to validate requests. I also would like credentials to be short lived. Both of these goals can be

[oauth] Re: OAuth Server Libraries

2009-10-26 Thread John Kristian
There's a sample service provider source code in http://oauth.googlecode.com/svn/code/java/example/oauth-provider/ It has javadoc, but no other documentation. It's a Servlet application. It uses .jars whose source code is in http://oauth.googlecode.com/svn/code/java/core/provider/ and