Log.fine("Facebook initialized");
fireInitSuccess();
} catch (Throwable t) {
GWT.UncaughtExceptionHandler uncaughtExceptionHandler = GWT.getUncaughtExceptionHandler();
if (uncaughtExceptionHandler == null) {
throw new EventHandlerException("Error handling Facebook init callback", t);
}
uncaughtExceptionHandler.onUncaughtException(t);
}
}