gpt4 book ai didi

android - Facebook graph API/me/friends 不返回授权应用程序的所有 friend ?

转载 作者:行者123 更新时间:2023-11-30 01:39:35 24 4
gpt4 key购买 nike

经过长时间的冲浪,我已经实现了 Graph API /me/friends只返回也使用该应用程序的人的 friend 。无论如何我需要有经验的人的回答

是否有可能获取用户的所有 friend ?

现在我的第二个查询在验证并批准后使用以下代码获取用户的 friend user_friends获得团队 facebook 的许可,并且我正在使用 user_friends 登录许可。

 /* make the API call */
new GraphRequest(
AccessToken.getCurrentAccessToken(),
"/me/friends",
null,
HttpMethod.GET,
new GraphRequest.Callback() {
public void onCompleted(GraphResponse response) {
/* handle the result *
}
}
).executeAsync();

回应

{Response:  responseCode: 200, graphObject: {"summary":{"total_count":572},"data":[]}, error: null}.

我的列表中有一些 friend 也使用相同的应用程序但没有得到他们的信息,您也只能在上面的回复中看到 total_count正在返回。

出了什么问题,谁能帮帮我?

更新

经过一些调试后,现在我只得到单个 friend 的详细信息作为回应,而我有比使用该应用程序的 friend 更多的 friend 。为什么它不会返回其他 friend 的详细信息?有什么想法吗?

还有当我用 Access Token Debugger 调试时, 它告诉用户有 user_friends范围。仍然没有得到预期的响应。

最佳答案

如果您正在更新现有应用程序中的权限,则退出用户将不得不注销并使用新代码使用新权限集重新登录。

关于android - Facebook graph API/me/friends 不返回授权应用程序的所有 friend ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34679376/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com