log.debug("appId key -->" + appId);
log.debug("clientSecret key -->" + clientSecret);
log.debug("************ OAUTH 1 ***************");
this.apiKey = apiKey;
this.consumerSecret = consumerSecret;
this.auth1RequestProvider = new OAuth1RequestFlow(apiKey,
consumerSecret, requestTokenUrl, authorizeUrl, accessToken,
provider);
}