Iam using 2 legged approach . i am getting the below exception
net.oauth.OAuthProblemException: token_expired when i use the below
validation code
OAuthMessage requestMessage = OAuthServlet.getMessage(request, null);
OAuthAccessor accessor = SampleOAuthProvider.getAccessor
(requestMessage);
SampleOAuthProvider.VALIDATOR.validateMessage(requestMessage,
accessor);
Any help on this please?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---