advertise my apperyio apps with Facebook
Hi,
i want to start advertise my app that i've created with apperyio with facebook and for that i need to flow this guideline:
http://dragon.ak.fbcdn.net/cfs-ak-prn...
Is is possible to do it with apperyio?
This is what they asked to do :
Include the following code to be executed when your app opens for the
first time by the user. This will allow the app to ping back the install
event to Facebook when the user opens up the app for the first time.
For iOS add FacebookAppID entry in the plist file, and the
following code:
[FBSettings publishInstall:appId]For Android, the code is:
Facebook fb=new Facebook(appId);
fb.publishInstall(appContext)