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 user'
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 (http://oauth.net/c