使用api在facebook上标记人物

时间:2012-11-24 06:01:51

标签: php facebook facebook-graph-api sdk

在facebook api wall post中标记人员仍然无法使用吗?

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

我发现大量有关此事的信息是不可能的,但也许这些信息已经过时......

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

1 个答案:

答案 0 :(得分:-1)

如果您使用以下代码在FB墙上发布,您将获得在那里标记朋友的选项。如附图所示,enter image description here

[FBNativeDialogs
             presentShareDialogModallyFrom:self
             initialText:@"Hello World!"
             image:[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:stringImageURL]]]
             url:[NSURL URLWithString:stringURL]
             handler:^(FBNativeDialogResult result, NSError *error) {
             }]