public static interface Request.GraphUserListCallback
Request.executeMyFriendsRequestAsync(Session, com.facebook.Request.GraphUserListCallback)
can use to be notified when the request completes, either successfully or with an error.Modifier and Type | Method and Description |
---|---|
void |
onCompleted(List<GraphUser> users,
Response response)
The method that will be called when the request completes.
|
void onCompleted(List<GraphUser> users, Response response)
users
- the list of GraphObjects representing the returned friends, or nullresponse
- the Response of this request, which may include error information if the request was unsuccessful