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