Skip to content

Modules.Facebook.RequestDialogParams

Parameters to pass to presentSendRequestDialog() method.

Since: 4.0.0 · Platforms: android, iphone, ipad

Properties #

actionType#

Type: Number

The nature of the request. Required if objectID is set.

data#

Type: Dictionary

Additional data to send with the request object.

filters#

Type: Number

The set of friends someone sees if a multi-friend selector is shown.

message#

Type: String

Message to send with the request.

objectID#

Type: String

The Open Graph object ID of the object being sent. Required if actionType is set.

recipients#

Type: Array<String>

Array of pre-selected facebook ids.

recipientSuggestions#

Type: Array<String>

An array of user IDs that will be included in the dialog as the first suggested friends. Cannot be used together with filters.

title#

Type: String

Title of request.

Titanium SDK Documentation