facebookConnectPlugin.getDeferredApplink(
function(result) {
console.log(JSON.stringify(result));
},
function(error) {
console.log(JSON.stringify(error));
}
);
It should look like this? And after that, this plugin should trigger my deferred deep link from the facebook add after app install? Or should I add some custom functionality for triggering deep link after fetching in this function? It is needed to trigger deep links after app installs from the Facebook ads.
Comments
Post a Comment