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