我是 iphone 新手,正在尝试从我的 Facebook 帐户中获取朋友的电子邮件 ID。我需要
将此联系信息保存到我的应用程序中并显示在 UItableview 中。我正在使用图形 api,使用
这能够获取朋友的列表,提供元数据等。但我想获取所有人的联系信息
我添加的朋友。这是我获取好友列表的代码:
FbGraphResponse *fb_graph_response = [fbGraph doGraphGet:@"me/friends" withGetVars:nil];
NSLog(@"getMeFriendsButtonPressed: %@", fb_graph_response.htmlResponse);