简体   繁体   English

Php Post Facebook Graph返回错误:(#200)用户未授权应用程序执行此操作

[英]Php Post Facebook Graph returned an error: (#200) The user hasn't authorized the application to perform this action

Evening saw this issue was mentioned and double support multiple Okay, maybe this is something easy for many people, but I'm having trouble with, and keep getting this error repeatedly. 晚上看到有人提到此问题,并且多次支持,好吧,也许对许多人来说这很容易,但是我遇到了麻烦,并且不断重复出现此错误。

I think the problem in part: App Review. 我认为问题部分在于:App Review。 publish_actions but I do not know what to do for it to be accepted. publish_actions,但我不知道该怎么做才能被接受。 Full declared then. 然后完全声明。

在Facebook中创建应用程序时,我们会应用一个appid和应用密钥,并在设置中添加权限中的发布操作。

Without Review, most permissions only work for users with a role in the App. 如果没有审阅,则大多数权限仅对在应用程序中具有角色的用户有效。 Try with your App Admin and it should work. 尝试使用您的App Admin,它应该可以工作。 Make sure you add the permissions you need in the "scope" parameter, and read about Login Review: https://developers.facebook.com/docs/facebook-login/review 确保在“ scope”参数中添加所需的权限,并阅读有关登录查看的信息: https : //developers.facebook.com/docs/facebook-login/review

Here´s an example of a login flow with the JavaScript SDK, take a look at the "scope" parameter: http://www.devils-heaven.com/facebook-javascript-sdk-login/ 这是JavaScript SDK登录流程的示例,请查看“ scope”参数: http : //www.devils-heaven.com/facebook-javascript-sdk-login/

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误 (#200) 用户尚未授权应用程序执行此操作 facebook graph api php codeigniter - Error (#200) The user hasn't authorized the application to perform this action facebook graph api php codeigniter Facebook错误(#200)用户未授权应用程序执行此操作(PHP) - Facebook Error (#200) The user hasn't authorized the application to perform this action (PHP) (#200)用户未授权应用程序执行此操作facebook php api错误? - (#200) The user hasn't authorized the application to perform this action facebook php api error? 尝试使用php发布到Facebook时出现FacebookPermissionException错误“用户未授权应用程序执行此操作” - FacebookPermissionException error whilst trying to use php to post to facebook “The user hasn't authorized the application to perform this action” php(#200)用户未授权应用程序执行此操作 - php (#200) The user hasn't authorized the application to perform this action Facebook-sdk给出了“(#200)用户没有授权应用程序执行此操作”在带有codeigniter的自动帖子上 - Facebook-sdk Gives “(#200) The user hasn't authorized the application to perform this action” on auto post with codeigniter 错误:#200用户未授权应用程序执行此操作 - Error:#200 The user hasn't authorized the application to perform this action 错误(#200)用户未授权应用程序执行此操作 - Error (#200) The user hasn't authorized the application to perform this action 在Facebook Wal上发布时,如何解决“(#200)用户未授权应用程序执行此操作”错误 - How to fix “(#200) The user hasn't authorized the application to perform this action” error while posting on facebook wal 未捕获的OAuthException:(#200)用户尚未授权应用程序执行此操作 - Uncaught OAuthException: (#200) The user hasn't authorized the application to perform this action
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM