在 iPhone 应用程序的 Facebook 视频中标记好友
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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.