我尝试使用cordova和facebook connect插件尝试使用try catch块中的TypeError。
try {
alert('Device is ready! Make sure you set your app_id below this alert.');
FB.init({ appId: "XXXXXXXXXXXX", nativeInterface: CDV.FB, useCachedDialogs: false });
}
catch (e) {
alert(e);
}
在删除“nativeInterface:CDV.FB”时,我收到此错误:缺少exec:InAppBrowser.open
为什么我会收到此错误,或者是否在Ripple Emulator中测试Phonegap应用程序?我需要做的是在构建Phonegap Build之前测试Ripple中的Facebook Connect插件。
在对设备进行测试时,我收到一个错误:“TypeError也没有'exec'方法”,并且尝试使用登录时我得到:“Cordova Facebook Connect插件登录失败!Mut call init bfore login < / p>