Facebook Connect Meteor 1.3 Cordova Android and iOS Build

By May 5, 2016meteor, Tips

Add the following to your Meteor application for Facebook Login compatability with the latest 1.3 update.

[raw] App.configurePlugin(‘cordova-plugin-facebook4’, {
APP_ID: ‘XXXXX’,
APP_NAME: ‘XXXXXX’
});
[/raw]

Finally add this to your cordova packages.  Edit .meteor/cordova-plugins

[raw] cordova-plugin-facebook4@https://github.com/jeduan/cordova-plugin-facebook4.git#5f66097f998f64cdf8594965f8d058b5da88fadd
[/raw]

Leave a Reply