1

在我的应用程序中,我尝试使用 Facebook Api 方法获取朋友列表Friends.getLists。我必须使用这个 Api,因为我在我的应用程序中使用了这个 Api 的另一种方法并且它们工作正常。所以我不能使用其他方法。这段代码什么也不返回:

[[FBRequest requestWithSession: _facebookSession delegate: self] call: @"facebook.Friends.getLists" params: nil];
4

1 回答 1

1

您需要改为使用facebook.friends.get,然后facebook.users.getInfo获取每个用户的名称。

于 2010-08-03T16:25:27.030 回答