facebook.publishInstall()

Type Function
Library facebook.*
Return value none
Revision Release 2024.3703
Keywords facebook
See also Implementing Facebook

Overview

Sends a message to the Facebook server indicating that the app has been installed. After a single successful connection to the Facebook server, it will not try again on subsequent calls. For more information, see the Implementing Facebook guide.

Gotchas

Please see the Implementing Facebook guide for important iOS and Android-specific notes.

Syntax

facebook.publishInstall( appId )
appId (required)

String. The Facebook App ID that you receive when you register your app.