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

Callback for requests that result in a JSONObject.

Pacote:facebook
Métodos de instância
onCompleted(JSONObject, GraphResponse)

The method that will be called when the request completes.

public void onCompleted(JSONObject object, GraphResponse response)
ParâmetroDescrição
objectThe GraphObject representing the returned object, or null
responseThe Response of this request, which may include error information if the request was unsuccessful