[oauth] Re: Accepting patch for issue 156

2010-05-20 Thread Matt
Did you get a chance to review the patch? I'd love to see the patch committed so that I can include an unmodified version of OAuth.net libraries with our product, that bug is causing our system to behave incorrectly on z/OS platforms. If there is anything I can do to help improve the patch so it

Re: [oauth] Getting the user name

2010-05-20 Thread Leah Culver
Many APIs have an endpoint solely for getting information about the authenticated user. I think Twitter's is account/verify_credentials... Leah On May 16, 2010, at 5:36 PM, "Richer, Justin P." wrote: Nothing exists for this specifically in OAuth, partially because not all APIs have a no

[oauth] Getting oauth_token_secret and signature invalid

2010-05-20 Thread ramesh mantra
Hi , When i request for access token using following apporach GoogleOAuthParameters oauthParameters = new GoogleOAuthParameters(); oauthParameters.setOAuthConsumerKey(CONSUMER_KEY); oauthParameters.setOAuthConsumerSecret(CONSUMER_SECRET); out.println("request

RE: [oauth] Getting the user name

2010-05-20 Thread Richer, Justin P.
Nothing exists for this specifically in OAuth, partially because not all APIs have a notion of a "username". However, I think that it makes sense to have a notion of per-instance metadata attached to a token. For example, if a user has two instances of a thick client, both of those will have tok