Request.GraphUserListCallback
最新版的 SDK 已不支持此类。
这个类有新版本。查看 最新版本。

Specifies the interface that consumers of Request.executeMyFriendsRequestAsync(Session, com.facebook.Request.GraphUserListCallback) can use to be notified when the request completes, either successfully or with an error.

应用安装包:facebook
实例方法
onCompleted(List, Response)

The method that will be called when the request completes.

public void onCompleted(List users, Response response)
参数描述
usersThe list of GraphObjects representing the returned friends, or null
responseThe Response of this request, which may include error information if the request was unsuccessful