facebook 正在提供新功能来发布路线图而不是地图图像。我检查了他们的文档,找到了这段代码,但我有很多事情要做
他们给出了这种代码
NSMutableDictionary<FBGraphObject> *action = [FBGraphObject graphObject];action[@"course"] = @"http://samples.ogp.me/136756249803614";
[FBRequestConnection startForPostWithGraphPath:@"me/fitness.walks"
graphObject:action
completionHandler:^(FBRequestConnection *connection,
id result,
NSError *error) {
// handle the result
}];