facebook.logEvent()


Type Function

Return value none

See also facebook.*


Overview

Log an app event.

Syntax

facebook.logEvent(params)

params required

Table. Contains parameters for the call — see the next section for details.

Parameter Reference

The params table includes parameters for the call.

name required

String. Name of the event.

value optional

Number. Value to sum of the event.

params optional

Table. Additional parameters of the event, e.g. {fb_description = 'custom description'}, string keys and string or number values, see Ffacebook SDK documentation for additional parameters.