使用 Android 将页面标记到 Feed Facebook
我有一个应用程序将使用 FEEd 方法发布在墙上,但我想将名称链接到特定页面。
我发现如果我将此代码:@[116380291722462:1:TicinoCinema] 在此网址中: http:// www.facebook.com/connect/prompt_feed。这是可行的,但如果我通过 Facebook api 执行此操作,则不起作用
方法: String response = facebook.request("feed", params, "POST");
参数: params.putString("message", Utils.getTextCheckIn(location, "@[116380291722462:1:TicinoCinema]"));
问题是什么?当我要发表这篇文章时,我看不到 TICINOCINEMA 这个名称,但我可以看到其余的内容,API 只是删除我的“标签”并发布消息。
还有其他方法可以做到这一点吗?
I have an application that is going to post on the wall with the method FEEd but I would like to link a name to a specific page.
I found that if I put this code: @[116380291722462:1:TicinoCinema] in this url: http://www.facebook.com/connect/prompt_feed. It's work but If I do this by Facebook api it's dosen't work
Method: String response = facebook.request("feed", params, "POST");
Param: params.putString("message", Utils.getTextCheckIn(location, "@[116380291722462:1:TicinoCinema]"));
What is the problem? When I am going to do this post I can't see the name TICINOCINEMA but the rest I can see, the api just remove my "tag" and post the message.
There is any other way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,目前不支持通过提要对话框或其他 API 在墙贴中添加标签。请关注我们的开发者博客,随时关注新的 API 发布和更新。
Unfortunately, the tagging in wall post is currently not supported via the feed dialog or other APIs. Please follow our developers blog to stay tuned on new API launches and updates.