How to let users tag their friends in a Facebook status update posted from a tab on a Facebook page?(如何让用户在从 Facebook 页面上的选项卡发布的 Facebook 状态更新中标记他们的朋友?)
问题描述
基本上,我正在寻找一种方法来促进在预先填充的状态更新中标记朋友.在选项卡上,用户将填写一些详细信息,包括他们想要标记的朋友,然后我们希望预先填充状态更新,然后提示他们是否愿意将其发布到他们的更新中地方.对此类事情的任何指导将不胜感激.
Basically I am looking for a way to facilitate the tagging of friends in a pre-populated status update. On the tab users will fill out a couple details, including the friends they would like to tag, then we would like to pre-populate a status update, then prompt them if they would like to post it to their updates with the user tags in place. Any direction on this sort of thing would be greatly appreciated.
推荐答案
Facebook API 目前不支持在状态更新中添加标签.该功能仅限于网站本身.
The Facebook API doesn't currently support tagging in Status Updates. That functionality is limited to the site itself.
这篇关于如何让用户在从 Facebook 页面上的选项卡发布的 Facebook 状态更新中标记他们的朋友?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何让用户在从 Facebook 页面上的选项卡发布的


基础教程推荐
- Web 服务器如何处理请求? 2021-01-01
- php 7.4 在写入变量中的 Twig 问题 2022-01-01
- 主题化 Drupal 7 的 Ubercart “/cart"页 2021-01-01
- PHPUnit 的 Selenium 2 文档到底在哪里? 2022-01-01
- php中的foreach复选框POST 2021-01-01
- 如何在数学上评估像“2-1"这样的字符串?产生“1"? 2022-01-01
- Yii2 - 在运行时设置邮件传输参数 2022-01-01
- 将变量从树枝传递给 js 2022-01-01
- 使用 scandir() 在目录中查找文件夹 (PHP) 2022-01-01
- php中的PDF导出 2022-01-01