public static interface GraphRequest.GraphJSONObjectCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(org.json.JSONObject object,
GraphResponse response)
The method that will be called when the request completes.
|
void onCompleted(org.json.JSONObject object,
GraphResponse response)
object - the GraphObject representing the returned object, or nullresponse - the Response of this request, which may include error information if the
request was unsuccessful