extraParameters.put("state", this.toString(event, this.getState()));
}
moduleObject.setAccessTokenUrl(this.toString(event, this.getAccessTokenUrl()));
String location = moduleObject.authorize(extraParameters, requestTokenUrl, this.getAccessTokenUrl(),
this.getAuthorizationUrl(), this.getOauthCallback().getUrl());
this.notifyAuthorizeStart(event);
event.getMessage().setOutboundProperty(OAuthProperties.HTTP_STATUS, "302");