[oauth] [Q] Can OAuth AuthN Header Scheme include other request parameters?

2010-04-27 Thread kthrtty
Dear experts. I read the two specifications(community/ietf hammer draft), and confused to interprete those specs about regulation of additional parameters. *This mail is reposted.* (It was posted to IETF OAUTH-WG, but it seems not to be suit for the ML's purpose.) - Community

[oauth] Re: oauth_callback parameter not sent to getsatisfaction

2010-04-27 Thread John Kristian
You can set the oauth_callback parameter dynamically, like this: OAuthServiceProvider provider = ... // not including oauth_callback String callbackURL = ... String authorizationURL = OAuth.addParameters(provider.userAuthorizationURL, OAuth.OAUTH_CALLBACK, callbackURL); // Next, direct the