我有一个应用程序和一个页面,我使用该应用程序在此页面上自动提取。它工作正常,但已停止发布。 我收到这个错误:
{"error":{"message":"Error validating access token: The session has been invalidated because the user has changed the password.","type":"OAuthException","code":190,"error_subcode":460,}}
我很快就更改了密码,但我不知道这会影响应用。现在,我再次生成永不过期的访问令牌,我在我的代码中设置它,但它再次显示此错误。
在Facebook应用调试器中,它显示我的应用ID,个人资料ID,用户ID和以下数据:
Expires Never
Valid True
Origin Web
Scopes read_insights, manage_pages, publish_pages, pages_manage_cta, publish_actions, public_profile
我该如何解决这个问题?