我如何请求“publish_actions”允许?
华盛顿邮报(https://www.facebook.com/dialog/permissions.request?app_id=225771117449558&display=page&next=https%3A%2F%2Fapps.fa cebook.com%2Fwpsocialreader%2F%3F&type=user_agent&canvas=1&perms=user_about_me%2Cuser_likes%2Cpublish_actions")能够请求publish_actions权限,
它在Facebook上这样说:
在 Open Graph Beta 中,只能向应用的开发者和测试用户请求“publish_actions”权限。如果任何其他用户请求,“publish_actions”权限将被忽略。
当我尝试请求非开发人员的许可时,会出现以下情况:
登录不会将此应用的活动添加到 Facebook。
Washington Post (https://www.facebook.com/dialog/permissions.request?app_id=225771117449558&display=page&next=https%3A%2F%2Fapps.facebook.com%2Fwpsocialreader%2F%3F&type=user_agent&canvas=1&perms=user_about_me%2Cuser_likes%2Cpublish_actions") is able to request the publish_actions permission.
It says this on Facebook:
While in Open Graph Beta, the 'publish_actions' permission can only be requested from developers and test users of your app. The 'publish_actions' permission will be ignored if requested from any other user.
When I try requesting the permission from non-developers, this shows up:
Logging in will not add this app's activity to Facebook.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
请求publish_actions当前的工作方式如下
Requesting publish_actions currently works as follows
是的,只有当时间表向所有人推出时,这才会起作用。修改日期是什么时候,我不知道。
Yes, this will work only when the timeline is rolled out to everyone. When is the revised date, I am not aware.
除了 Facebook 应用身份验证设置之外,您还必须更新
fb:login-button
以请求publish_actions 权限
。请参阅:Facebook 开发者 - 登录按钮
In addition to the Facebook app authentication settings, you have to updated your
fb:login-button
to request thepublish_actions permission
.See: Facebook Developers - Login Button
请求
publish_action
但在
2018 年 8 月 1 日
Facebook 宣布了新政策,因此,2018 年 8 月 1 日之后publish_action
不再可用于以编程方式进行 Facebook 分享帖子。了解有关 Facebook 更新政策的更多信息:点击此处
Request for
publish_action
But on
1st, August 2018
Facebook announced new policy so, After 1st, August 2018publish_action
no longer available for Facebook share post programmatically.Read More about Facebook Updated Policy: click here
使用此函数
并调用
参考
User this function
and call
reference