Facebook - GraphApi 从 v1.0 到 v2.0:必须使用活动访问令牌来查询有关当前用户的信息
Facebook - GraphApi from v1.0 to v2.0 : An active access token must be used to query information about the current user
我正在开发一个旧的 facebook 应用程序,我们不得不从 graphApi v1 迁移到 v2。
我删除了 publish_stream 权限(不再存在),但用户无法登录我们出现此错误的应用程序:
An active access token must be used to query information about the current user
它仍然适用于管理员用户...我不明白发生了什么
有什么想法吗?
谢谢
你看过了吗
我猜你是在请求扩展权限,但没有进入登录审核流程:
Require Login Review for all apps that use Facebook Login and ask people for permissions other than email, public_profile or user_friends. Any permissions that haven't been reviewed and approved will no longer show in the Login dialog and apps can't access, ask for, or be granted them.
我正在开发一个旧的 facebook 应用程序,我们不得不从 graphApi v1 迁移到 v2。 我删除了 publish_stream 权限(不再存在),但用户无法登录我们出现此错误的应用程序:
An active access token must be used to query information about the current user
它仍然适用于管理员用户...我不明白发生了什么
有什么想法吗?
谢谢
你看过了吗
我猜你是在请求扩展权限,但没有进入登录审核流程:
Require Login Review for all apps that use Facebook Login and ask people for permissions other than email, public_profile or user_friends. Any permissions that haven't been reviewed and approved will no longer show in the Login dialog and apps can't access, ask for, or be granted them.