GraphRequest.GraphJSONArrayCallback
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

Callback for requests that result in an array of JSONObjects.

Paket:facebook
Metode Instance
onCompleted(JSONArray, GraphResponse)

The method that will be called when the request completes.

public void onCompleted(JSONArray objects, GraphResponse response)
ParameterKeterangan
objectsThe list of GraphObjects representing the returned objects, or null
responseThe Response of this request, which may include error information if the request was unsuccessful