关于Facebook授权的法律问题
我的应用程序中的 Facebook 授权流程出现问题。 我想在用户的 Facebook 页面上发布一些内容,并首先向用户显示一个对话框,并请求“publish_stream”权限。 如果我这样做,用户每 2 小时就会被重定向到请求页面,其中显示用户已经允许该应用程序执行此操作,这对用户来说非常烦人......
所以我的问题是如果我不这样做会发生什么不询问在墙上发布的权限,但仍然向用户显示一个对话框,显示其页面上发布的内容?这是合法的吗?这样做我会遇到什么问题吗? 因为在未经许可的情况下在用户墙上张贴,效果很好。
谢谢你的帮助
I am having problems with the facebook authorization process within my app.
I want to post something on the users facebook page with a dialog which is shown to the user first, and request the "publish_stream" permission.
If I do so the user is redirected every 2 hours to the request page where it says that the user has already allowed this app to do this, which is very annoying for the user....
So my question is what happens if I don't ask about permission to post on the wall, but still show the user the dialog which shows what is posted on his page? is this legal ? can I get any problems what so ever by doing this?
Cause posting on the users wall without asking permission, works just fine.
thanks for the help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Facebook 文档指出,如果您提示publish_stream,您将能够无限期地在用户墙上发帖,因此您也不需要offline_access。
The Facebook documentation states that if you prompt for publish_stream, you will be able to post on the users wall indefinitely, and thus you wouldn't also need offline_access.
那里不存在法律问题。然而,用户会被激怒。
但是,当您使用offline_access请求令牌然后将该令牌用于publish_stream时,您的令牌将不会过期。
There is no legal issues there. However users will be pi**ed off.
But when you request a token with offline_access and then use that token for publish_stream, your token will not expire.