Skip to content

Modules.Facebook.FacebookPermissionResponse

Argument passed to the dialog callback when a dialog is completed or canceled.

The success and cancelled properties may not be reliable for dialogs. In the event that the user canceled the dialog, the result field is undefined.

Extends: ErrorResponse · Since: 4.0.0 · Platforms: android, iphone, ipad

Properties #

cancelled#

Type: Boolean

Indicates if the user canceled the dialog.

error#

Type: String

Error message, if any returned.
Will be undefined if success is true.

success#

Type: Boolean

Indicates if successful

Titanium SDK Documentation