gpt4 book ai didi

Facebook GET friends API 调用不返回任何 friend ,除了那些在同一个应用程序上的人

转载 作者:行者123 更新时间:2023-11-30 05:29:25 24 4
gpt4 key购买 nike

在我们的游戏中,我们一直使用以下代码块来检索并执行对未玩过我们游戏的用户好友的操作。

FB.api '/me/friends?fields=installed,name,picture', (friendsList) ->
if friendsList.error?
// ... reject
return
friendsList = _(friendsList.data).filter (friend) -> not friend.installed
// ... do something with the friends list

直到最近(在过去的一周内,今天才发现),这一切都很好,突然返回的 friendsList 在被过滤之前长度为 1,并且只包括我唯一的 friend ,他也安装了该应用程序并且是目前正在播放。我们在数据上应用的过滤器不会导致这种情况,因为数据预过滤器只包括这个 friend 。控制台没有抛出任何错误, friend 的响应不再包括除据我所知也在玩该应用程序的人之外的任何人。我肯定有一些 friend 没有阻止应用程序在结果中返回它们,所以至少应该有一些结果。

这是怎么回事? Facebook 最近是否针对此请求的工作方式更改了他们的 API?我最近没能找到任何关于 API 更新的文档,所以我很困惑为什么这段代码不再按预期运行。

最佳答案

我的 api 也有同样的问题。我认为 facebook 将不再允许检索之前未使用该应用程序的 friend 。

关于Facebook GET friends API 调用不返回任何 friend ,除了那些在同一个应用程序上的人,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19964354/

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