Facebook APP:清空邀请好友列表
Facebook APP: Empty invitable friends list
我正在使用 Facebook Javascript API 作为我在安全 canvas 中开发的应用程序。我正在使用应用程序管理员帐户在 Facebook 中进行测试(因此授予所有权限)。
同步顺序我是:
正在初始化 API -> 登录 -> /me -> /me/invitable_friends.
前 3 个操作按预期工作。
最后一个 - /me/invitable_friends - returns 一个空数据数组。
请告诉我你的想法。
"A common mistake when using the Invitable Friends API is not first verifying that your app has the required user_friends permission. It is necessary to have granted the user_friends permission in order to receive results from the Invitable Friends API. Without the permission, the response from Facebook will be an empty list."
https://developers.facebook.com/docs/games/invitable-friends/v2.2
2018 年 4 月 4 日 - 更新
Invitable Friends 已于 4.4.18 弃用,现在 return 是一个空列表。
Facebook 在 Cambridge Analytica 故事之后做到了。
我正在使用 Facebook Javascript API 作为我在安全 canvas 中开发的应用程序。我正在使用应用程序管理员帐户在 Facebook 中进行测试(因此授予所有权限)。
同步顺序我是:
正在初始化 API -> 登录 -> /me -> /me/invitable_friends.
前 3 个操作按预期工作。 最后一个 - /me/invitable_friends - returns 一个空数据数组。
请告诉我你的想法。
"A common mistake when using the Invitable Friends API is not first verifying that your app has the required user_friends permission. It is necessary to have granted the user_friends permission in order to receive results from the Invitable Friends API. Without the permission, the response from Facebook will be an empty list."
https://developers.facebook.com/docs/games/invitable-friends/v2.2
2018 年 4 月 4 日 - 更新
Invitable Friends 已于 4.4.18 弃用,现在 return 是一个空列表。 Facebook 在 Cambridge Analytica 故事之后做到了。