提及标记:http: //developers.facebook.com/docs/opengraph/mention_tagging/
这是我的代码:
NSURL *requestUrl = [NSURL URLWithString:[NSString stringWithFormat:@"https://graph.facebook.com/me/feed?access_token=%@",self.fbAccessToken]];
...
[self.fbRequest setPostValue:@"hi, @[555066305] " forKey:@"message"];
但它不起作用。它只是打印“hi,@ [555066305]”而不是“hi,@somebody”。