This is clearly a problem with the current implementation. Looking at
the source code of OAuthClient.invoke actually turned up this:
...
if (response.getHttpResponse().getStatusCode() !=
HttpResponseMessage.STATUS_OK) {
throw response.toOAuthProblemException();
}
return response;
This is from a recent build and not acceptable for RESTful Web
services, which frequently answer with success codes other than 200.
This should be fixed ASAP.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---