# FacebookPermissionResponse

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

Availability
4.0.0
4.0.0
Extends

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Overview

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.

# Properties

# cancelled

Availability
4.0.0
4.0.0
cancelled :Boolean

Indicates if the user canceled the dialog.


# error

Availability
4.0.0
4.0.0
error :String

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

Will be undefined if success is true.


# success

Availability
4.0.0
4.0.0
success :Boolean

Indicates if successful

Returns true if request succeeded, false otherwise.