我想通过我的iOS应用程序在用户的墙上发帖。我发布的消息可能包含另一个用户的姓名作为链接(与我们在facebook上使用@时相同)。这是我的代码:NSMutableDictionary*params=[NSMutableDictionarydictionaryWithObjectsAndKeys:[NSStringstringWithFormat:@"Thisismymessage@[%@:1:%@]",facebookManager.userId,facebookManager.userName],@"message",nil];但是这段代码不起作用。有谁知道graphapi是否支持