GraphRequest.GraphJSONObjectCallback
Đã 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 a JSONObject.

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

The method that will be called when the request completes.

public void onCompleted(JSONObject object, GraphResponse response)
Thông sốMô tả
objectThe GraphObject representing the returned object, or null
responseThe Response of this request, which may include error information if the request was unsuccessful