public Response api(final String url, final String methodType,
final Map<String, String> params,
final Map<String, String> headerParams, final String body)
throws Exception {
if (!isVerify) {
throw new SocialAuthException(
"Please call verifyResponse function first to get Access Token");
}
Response response = null;
LOG.debug("Calling URL : " + url);
response = authenticationStrategy.executeFeed(url, methodType, params,