I'm using CLI 5.2.0, gradle as required by
and here is my configuration for the facebook plugin:
but PGB tells me
Error - One of your plugins requires a parameter: APP_ID, APP_NAME
I looked at the documentation and it looks like I'm writing it correctly. Any idea? Can it be because of gradle?
https://build.phonegap.com/apps/2061598
<gap:plugin name="cordova-plugin-google-analytics" source="npm" />
and here is my configuration for the facebook plugin:
<plugin spec="https://github.com/Telerik-Verified-Plugins/Facebook.git#1.0.1.1" source="git">
<param name="APP_ID" value="1234" />
<param name="APP_NAME" value="abcd" />
</plugin>
but PGB tells me
Error - One of your plugins requires a parameter: APP_ID, APP_NAME
I looked at the documentation and it looks like I'm writing it correctly. Any idea? Can it be because of gradle?
https://build.phonegap.com/apps/2061598
