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

Callback for requests that result in a JSONObject.

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

The method that will be called when the request completes.

public void onCompleted(JSONObject object, GraphResponse response)
ParámetroDescripción
objectThe GraphObject representing the returned object, or null
responseThe Response of this request, which may include error information if the request was unsuccessful