Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How the fetching differed deep links should work in cordova facebook4 plugin

                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