[oauth] Java library enhancement for OAuth 2.0 provider

2010-08-29 Thread yutaka
Hi, Using OAuth Java library that was contributed by John Kristian, Praveen Alavilli and Dirk Balfanz, I developed OAuth Provider Extension module for Zimbra and posted that to Zimbra Community. (http://www.zimbra.com/forums/developers/35150-oauth-provider- extension-zcs6-0-a.html) I really

[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