Yes.  Pass an oauth_callback parameter to
OAuthClient.getRequestTokenResponse.  Optionally, check the response
message to see if it contains oauth_callback_confirmed (indicating
that the service provider supports 1.0a, which implies you don't have
to include the oauth_callback when redirecting the user to the service
provider).  After the user authorizes your consumer, receive the
oauth_verifier from the service provider and pass it to
OAuthClient.getAccessToken.

For example, see http://oauth.googlecode.com/svn/code/java/example/webapp/

On Sep 10, 4:35 pm, by <[email protected]> wrote:
> does anyone know whether the Java library supports OAuth 1.0a?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to