128129130131132133134135
} public AuthRequestHelper requestOauthAuthorization(String consumerKey, String scope) { log.info("Requesting OauthAuthorization"); hybridOauthRequest = new HybridOauthRequest(consumerKey, scope); return this; }