GraphRequest.GraphJSONArrayCallback
有此級別的更新版本。前往查看 最新版本。

Callback for requests that result in an array of JSONObjects.

套件:facebook
執行個體方法
onCompleted(JSONArray, GraphResponse)

The method that will be called when the request completes.

public void onCompleted(JSONArray objects, GraphResponse response)
參數說明
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