在 iPhone 应用程序的 Facebook 视频中标记好友

发布于 2024-11-04 05:02:09 字数 154 浏览 0 评论 0原文

我正在开发一个 iPhone 应用程序,允许将视频上传到 Facebook。我想允许用户在上传的视频中标记他/她的朋友。我怎样才能以编程方式实现这一目标?我已经浏览了 Facebook API 文档。有 API 可以为照片添加标签、上传视频。但是,没有任何地方提到用于为视频标记好友的 API。

I am developing an iPhone application that allows the uploading of videos to Facebook. I would like to allow the user to tag his/her friends in the video uploaded. How can I achieve this programmatically? I have gone through the Facebook API documentation. There are APIs to add tags to photos, upload videos. But, the API for tagging friends for videos is not mentioned anywhere.

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

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

发布评论

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

评论(1

少女的英雄梦 2024-11-11 05:02:09

在 API 调用的消息部分中,您可以将 @user 添加到消息中以标记特定用户。我会弹出一个用户对话框并允许他们“标记”用户,然后您可以在消息末尾填充@John Doe、@Jane Smith 等。

In the message portion of the API call, you can add the @user to the message to tag specific users. I'd pop a dialog of the users and allow them to "tag" users, then you can populate the end of the message with @John Doe, @Jane Smith etc.

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