GraphRequest.GraphJSONObjectCallback
这个类有新版本。查看 最新版本。

Callback for requests that result in a JSONObject.

应用安装包:facebook
实例方法
onCompleted(JSONObject, GraphResponse)

The method that will be called when the request completes.

public void onCompleted(JSONObject object, GraphResponse response)
参数描述
objectThe GraphObject representing the returned object, or null
responseThe Response of this request, which may include error information if the request was unsuccessful