[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] Re: Java library enhancement for OAuth 2.0 provider

2010-08-29 Thread John Kristian
Please don't make any changes that are incompatible with existing applications of the net.oauth library. Since OAuth 1 and OAuth 2 use conflicting terminology, I recommend creating a new package net.oauth.v2. For example, you can create the class net.oauth.v2.OAuthClient, with minimal confusion