2010-07-30 44 views
1

在我的應用程序中,我嘗試使用Facebook Api方法獲取朋友列表Friends.getLists。 我必須使用這個Api,因爲我在我的應用程序中使用了這個Api的另一種方法,它們工作正常。所以我不能使用其他方法。此代碼返回剛纔什麼:IPhone Facebook Api Friends.getLists不會返回任何內容

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

回答

1

您需要使用facebook.friends.get代替,然後facebook.users.getInfo讓每一個用戶的名字。

相關問題