FacebookCallback
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

A callback class for the Facebook SDK.

Pacote:facebook
Métodos de instância
onSuccess(Object)

Called when the dialog completes without error

public void onSuccess(Object result)
ParâmetroDescrição
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)
ParâmetroDescrição
errorThe error that occurred