Parameter.with("client_id", appId), Parameter.with("client_secret", appSecret));
try {
return AccessToken.fromQueryString(response);
} catch (Throwable t) {
throw new FacebookResponseContentException("Unable to extract access token from response.", t);
}
}