+ message.getParameter(OAUTH_BODY_HASH));
}
OAuthAccessor accessor = consumerData.getAccessor();
LOG.info("Signature base string: " + OAuthSignatureMethod.getBaseString(message));
message.validateMessage(accessor, new SimpleOAuthValidator());
} catch (NoSuchAlgorithmException e) {
throw new OAuthException("Error validating OAuth request", e);
} catch (URISyntaxException e) {
throw new OAuthException("Error validating OAuth request", e);
} catch (OAuthException e) {