如何在 Facebook 应用程序的应用程序帖子中标记用户

发布于 2024-11-03 18:21:49 字数 167 浏览 0 评论 0原文

谁能告诉我如何在我的应用程序在用户墙上发布的帖子中标记用户的朋友。 说鲍勃是艾米丽的朋友。 我有一个应用程序,可以告诉所有以 e 开头的朋友的名字。现在当我在鲍勃的墙上发帖时: “嘿,鲍勃·艾米丽,我是你的朋友,名字以 e 开头” 我希望艾米丽被标记。

请让我知道该怎么做。

谢谢!!

can anyone please tell me how to tag user's friend in a wall post made by my app on user's wall.
say bob is a friend of emily.
i have an application that, tells all the friends name starting with e. now when i make a post on bob's wall :
"hey bob emily i your friend whose name starts with e"
i want emily to be tagged.

Please let me know how to do it.

thanks!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

盗琴音 2024-11-10 18:21:49

如果您希望消息中的用户姓名成为其个人资料的链接,请使用:
@ 在他们的全名前面,at 符号后面没有空格。

对于约翰·史密斯来说,这将是@约翰·史密斯

这是你想要的吗?


更新: 现在似乎无法使用图形 API。只能手动。

请参阅:在 Facebook 帖子中标记人员?

以及:http://www .quora.com/Is-there-a-way-to-tag-a-Facebook-user-via-the-Facebook-Graph-API


更新 2: 绝对不是(但)可以通过 facebook api 实现。

facebook bug tracker 中有关于此问题的票证:

http://bugs.developers。 facebook.net/show_bug.cgi?id=12074

http:// /bugs.developers.facebook.net/show_bug.cgi?id=13174

If you want the name of the users in the message to become links to their profile, use :
@ in front of their FULL name with no space after the at symbol.

for John Smith, it would be @John Smith

Is that what you want ?


Update : It seems not possible using the graph api right now. Only manually.

See : Tagging people in a Facebook Post?

And : http://www.quora.com/Is-there-a-way-to-tag-a-Facebook-user-via-the-Facebook-Graph-API


Update 2: It is definitively not (yet) possible through facebook api's.

There are tickets about this in facebook bug tracker :

http://bugs.developers.facebook.net/show_bug.cgi?id=12074

http://bugs.developers.facebook.net/show_bug.cgi?id=13174

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