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