Works great in debug but in release mode it throws:
plugin.FacebookAgent.getInstance is not a function
I’ve double checked that this is called:
sc->addRegisterCallback(register_all_pluginx_protocols);
sc->addRegisterCallback(register_pluginx_js_extensions);
SDEBUG(LEVEL_INFO, "app", "FB JS-support ENABLED", "");
The log shows the FB JS-support ENABLED message.
Any hint?