言及タグ付け: 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,@somebody」の代わりに「hi, @[555066305]」と出力するだけです。