FacebookCallback
A more recent version of this class is available. Check out the latest version.

A callback class for the Facebook SDK.

Package:facebook
Instance Methods
onSuccess(Object)

Called when the dialog completes without error

public void onSuccess(Object result)
ParameterDescription
resultResult from the dialog
onCancel()

Called when the dialog is canceled

public void onCancel()
onError(FacebookException)

Called when the dialog finishes with an error

public void onError(FacebookException error)
ParameterDescription
errorThe error that occurred