if (getActions(content).contains(action)) {
String type = URLUtils.getObjectType(content.getContentUrl());
IFacebookContentBuilder builder = createBuilder(type, accessToken);
builder.performAction(action, content);
} else {
throw new IQserRuntimeException("Action " + action + " not supported by content");
}
}