2012-11-24 62 views
1

标记人员在Facebook的API API墙仍然不可用?使用api在Facebook上发布帖子的人标记

我在寻找答案很多小时。

我发现关于这是不可能做到这一点,但也许这些信息都是过时的信息吨...

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

+0

您是否在使用最新的sdk? http://developers.facebook.com/ios/ –

+0

是的,我正在使用最新sdk –

回答

-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) { 
      }] 
+0

这是不正确的。这是观众选择器。 – phwd

相关问题