GraphRequest.GraphJSONObjectCallback
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Callback for requests that result in a JSONObject.

Pacchetto:facebook
Metodi di istanza
onCompleted(JSONObject, GraphResponse)

The method that will be called when the request completes.

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