使用 Android 将页面标记到 Feed Facebook

发布于 2024-12-03 19:40:50 字数 549 浏览 0 评论 0原文

我有一个应用程序将使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我要还你自由 2024-12-10 19:40:50

不幸的是,目前不支持通过提要对话框或其他 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文