[oauth] Re: Java library enhancement for OAuth 2.0 provider

2010-09-02 Thread yutaka
Hi John, Thank you for your comment. Exactly there are some conflicting terminology. And it is pretty much annoying to implement that actually. So maybe you are right. I think that I better create a new packge for OAuth 2.0. (Actually I have never noticed there is already OAuthClient.java

[oauth] Java library enhancement for OAuth 2.0 provider

2010-08-29 Thread yutaka
in OAuth 1.0. 3, I will modify OAuthAccessor.java and make it handle OAuthClient instance and others such as authorization code, access token, and refresh token. Of course, I maybe have to create SampleOAuthProvider.java and SimpleOAuthValidator.java for OAuth 2.0. Thank you, yutaka -- You