Report Android app install back to facebook without using their api ...

You can do this with simple call FacebookHelper.appInstall(this. getApplicationContext(), "<com.your.package>", "<your facebook app id>");.

Lee mas