ionic cordova:plugin add cordova-plugin-facebook4 --save --variable APP_ID=“myAppId” --variable APP_NAME=“myAppName”
While executing the above command for my ionic 2 project, I am getting the below error
Executing cordova command: cordova plugin add cordova-plugin-facebook4 --save [ERROR] An error occurred while running the above command
(exit code 1):
Error: Variable(s) missing (use: --variable APP_ID=value --variable APP_NAME=value).