我知道我可以使用me/friends
. 但我需要的是获取任何公开他们的朋友列表的用户的朋友列表。例如,假设我朋友的 Facebook ID 是“XXXXX”。当我尝试时,[fbAgent requestWithGraphPath:@"XXXXX/" andParams:[NSMutableDictionary dictionaryWithObjects:values forKeys:keys] andDelegate:self];
我得到了我朋友的名字和一些细节。尝试时我也得到了一些东西。但是当它抛出[fbAgent requestWithGraphPath:@"XXXXX/feed" andParams:[NSMutableDictionary dictionaryWithObjects:values forKeys:keys] andDelegate:self];
时我没有得到朋友列表[fbAgent requestWithGraphPath:@"XXXXX/friends" andParams:[NSMutableDictionary dictionaryWithObjects:values forKeys:keys] andDelegate:self];
2 : <CFString 0x6854230 [0x1473b38]>{contents = "type"} = <CFString 0x6854370 [0x1473b38]>{contents = "FacebookApiException"}
3 : <CFString 0x6854310 [0x1473b38]>{contents = "message"} = <CFString 0x68542c0 [0x1473b38]>{contents = "Unsupported operation"}
6 : <CFString 0x6847c60 [0x1473b38]>{contents = "code"} = 100
那么如何获取任何用户的好友列表。请帮忙。