UNPKG

cordova-plugin-accountkit

Version:

Cordova AccountKit Plugin

15 lines (11 loc) 285 B
var AccountKit_OnInteractive = function() { AccountKit.init({ appId:"{{FACEBOOK_APP_ID}}", state:"{{csrf}}", version:"{{ACCOUNT_KIT_API_VERSION}}", fbAppEventsEnabled: true, display: 'modal', debug: true }); }; module.exports = AccountKit_OnInteractive;