[oauth] Oauth for 2 legged services

2009-06-23 Thread ngw
Hi *, I'm trying to figure out how to implement OAuth for my own site, and something is still not completely clear. For example, I need to authenticate a certain class of users (site administrators) for a management interface. These users can see every kind of data and have read/write permissions

[oauth] Re: Oauth for 2 legged services

2009-06-23 Thread Josh Roesslein
On Tue, Jun 23, 2009 at 10:48 AM, ngw nicholas.wiel...@gmail.com wrote: Hi *, I'm trying to figure out how to implement OAuth for my own site, and something is still not completely clear. For example, I need to authenticate a certain class of users (site administrators) for a management

[oauth] OAuth.net Java library release info

2009-06-23 Thread rwallace
Hello all, I'm considering an upgrade of my OAuth.net java dependency. I'd like to know what has been done with it since the current version and if it supports the 1.0 Rev A spec, but I can't seem to find any release documentation saying what has changed from one version to another. I saw that

[oauth] Re: OAuth.net Java library release info

2009-06-23 Thread John Kristian
I recently committed a change to support the 1.0a spec, but it hasn't been released. I'll release it, if you like: -r1057 | 2009-06-17 22:31:12 -0700 (Wed, 17 Jun 2009) Added support for OAuth Core version 1.0a, specifically new parameter names and a method OAuthClient.getRequestTokenResponse.