The DialogListener Interface provides the callback methods for the Dialog methods. These are defined in Facebook.java.
Called when a dialog is canceled by the user, executed by the thread that initiated the dialog.
Parameters
None
Called when a dialog completes, executed by the thread that initiated the dialog.
Parameters
values - Key:value string pairs extracted from the response.
Called when a dialog has an error, executed by the thread that initiated the dialog.
Parameters
de - The DialogError encapsulating the error, this is defined in the DialogError.java.
Called when a Facebook responds to a dialog with an error, executed by the thread that initiated the dialog.
Parameters
fbe - Encapsulation of a Facebook Error. This is defined in FacebookError.java.