Hi all,
I’m prepping an update to my latest app to try and improve the stats I’m getting, one of the things I want to do is to use the Facebook API to track installs that come from FB referrals etc.
To do that, according to the documentation for XCode, I need to:“instantiate a FaceBook object and call publishInstall()” <-- from the official docs.
I see from the Corona API documentation that we can currently do login/logout actions and some basic requests, so my question is, is it currently possible to call a function like publishInstall() and if so, how?
As I’m writing this, I notice there’s an announcement up saying Corona is an official tech partner of FB - if I can’t do the above now, does this new announcement mean much more of the FB API will be exposed and in the future, I can?
TIA
Chris