Hello everybody, I'm trying to use the CordovaFacebook and when I try to build it in XDK it gives me the error from the image, even when I've set the fb values on the CordovaFacebook plugin inside the Construct2 project.
Tried editing manually intelxdk.config.additions.xml like this:
<intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/cordova-plugin-facebook" intelxdk:value="https://github.com/cranberrygame/cordova-plugin-facebook" >
<intelxdk:param intelxdk:name='APP_ID' intelxdk:value='999999999999' />
<intelxdk:param intelxdk:name='APP_NAME' intelxdk:value='Test App' />
</intelxdk:plugin>
... and the same error apears.
Someone managed to make this plugin works?