}-*/;
@SuppressWarnings ({ "UnusedDeclaration" })
private void handleFBEvent(final String eventName, final Object apiResponse) {
try {
FBEventType eventType = FBEventTypes.valueFromApiValue(eventName);
if (eventType == null) {
Log.warning("Unknown event: " + eventName + " with response: " + describeAPIResponse(apiResponse));
return;
}