上传视频时(或之后),如何设置其隐私?
我们有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将应用程序设置为默认向公众共享内容。然而,用户自己的隐私设置将优先于应用程序权限。因此,如果用户的最大隐私级别设置为
朋友
,则您的应用程序将只能共享给朋友,除非用户手动更改其隐私设置。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.