Robert J. Matos
Robert J. Matos
@bigbossmaher Hi i think that you can use the uri to fin the aplication inside the device.. for facebook is "com.facebook.katana" inside the code its looks like.. startapp.set({ "application": "com.facebook.katana"...
---> Hi I chech those issues but anyone solves my problem pleas can you send me an example using the las version of ionic/cordova.
Hi lampaa, im using this code, but it doesnt work. facebookButton(){ this.platform.ready().then(()=>{ let appId = AllSocialApps.Facebook.android.appId; let appStarter = (window).startApp.set({ "application": appId }).start(function (msg) { console.log('starting FB app: ' +...