上传视频时(或之后),如何设置其隐私?

发布于 2024-12-17 22:01:27 字数 324 浏览 0 评论 0原文

我们有一个 Apple iOS 应用程序,可以将视频上传到 Facebook。在相应的 Facebook 应用程序方面,我们要求用户将其隐私设置为公开,以鼓励分享。

它一直工作正常,直到大约两周前,如果用户将默认隐私设置为朋友,则上传的视频只能由朋友看到。它说:

“控制您的默认隐私权此设置将应用于状态 您从 Facebook 应用程序发布到个人资料的更新和照片 没有内联受众选择器,例如 Facebook 黑莓。”

我检查了 Facebook 图形 API 文档并做了相当多的搜索,但找不到设置视频隐私设置的方法。

We have an Apple iOS application which uploads video to Facebook. One the corresponding Facebook app side, we have asked our users to set it's privacy to public, to encourage sharing.

It has been working fine until around two weeks ago, the uploaded video can only be seen by friends only, if the user has set the default privacy to friends. It says:

"Control Your Default Privacy This setting will apply to status
updates and photos you post to your profile from a Facebook app that
doesn't have the inline audience selector, like Facebook for
Blackberry."

I checked the Facebook graph API doc and did quite some search, and couldn't find a way to set the privacy setting of the video.

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

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

发布评论

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

评论(1

掐死时间 2024-12-24 22:01:27

您可以将应用程序设置为默认向公众共享内容。然而,用户自己的隐私设置将优先于应用程序权限。因此,如果用户的最大隐私级别设置为朋友,则您的应用程序将只能共享给朋友,除非用户手动更改其隐私设置。

You can set your application to share things to public by default. However, the user's own privacy settings will be taken into account over the application permissions. So, if the user's maximum privacy level is set to friends, your application will only be able to share to friends, unless the user manually changes their privacy settings.

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