如何使用图形api 2.2获取所有朋友的列表,我还想在朋友墙上发布文本。在iOS应用程序中
我试过了:
[FBRequestConnection startWithGraphPath:@"/me/friends"
parameters:nil
HTTPMethod:@"GET"
completionHandler:^(
FBRequestConnection *connection,
id<FBGraphUser> result,
NSError *error
) {
/* handle the result */
dicResult =(NSDictionary *) result;
NSLog(@"%@", dicResult);
[self.tblFriendListGroup reloadData];
}];
答案 0 :(得分:0)
查看更改日志:https://developers.facebook.com/docs/apps/changelog?locale=en_GB