1

在 facebook api 墙贴中标记人仍然不可用吗?

我一直在寻找答案好几个小时。

我发现了大量关于不可能做到这一点的信息,但也许这些信息已经过时了......

有人试过吗?也许有某种解决方案?

4

1 回答 1

-1

如果您使用下面的代码在 FB 墙上发帖,您将可以选择在那里标记朋友。就像附图中一样,在此处输入图像描述

[FBNativeDialogs
             presentShareDialogModallyFrom:self
             initialText:@"Hello World!"
             image:[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:stringImageURL]]]
             url:[NSURL URLWithString:stringURL]
             handler:^(FBNativeDialogResult result, NSError *error) {
             }]
于 2012-11-24T06:35:38.820 回答