/**
* {@inheritDoc}
*/
@Override
public RestComment getComment(String commentId) throws SocialClientLibException {
throw new UnsupportedMethodException();
// final String GET_ACTIVITY_REQUEST_URL = BASE_URL+commentId+".json";
// try {
// HttpResponse response = SocialHttpClientSupport.executeGet(GET_ACTIVITY_REQUEST_URL,POLICY.BASIC_AUTH);
// int statusCode = response.getStatusLine().getStatusCode();
// if(statusCode != ServiceException.HTTP_OK){