GraphRequest.GraphJSONArrayCallback
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Callback for requests that result in an array of JSONObjects.

Gói:facebook
Phương thức thực thể
onCompleted(JSONArray, GraphResponse)

The method that will be called when the request completes.

public void onCompleted(JSONArray objects, GraphResponse response)
Thông sốMô tả
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