GraphRequest.Callback
Existe una versión más reciente de esta clase. Consulta la última versión.

Specifies the interface that consumers of the Request class can implement in order to be notified when a particular request completes, either successfully or with an error.

Paquete:facebook
Métodos de instancia
onCompleted(GraphResponse)

The method that will be called when a request completes.

public void onCompleted(GraphResponse response)
ParámetroDescripción
responseThe Response of this request, which may include error information if the request was unsuccessful