gpt4 book ai didi

javascript - 未在 Facebook API 中获取 response.summary.total_count 值

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

我正在使用 www.oauth.io 和 javascript 连接到 Facebook。

我正在尝试检索登录者的好友数量。

我了解到最近Facebook改变了他们的政策,要获得好友列表并不容易。深入挖掘,他们似乎有另一种方法来获取 friend 总数,使用/me/friends 结果中的这个字段: response.summary.total_count

以下是一些与此功能相关的链接: http://snowadays.jp/2014/08/2983?lang=en https://github.com/arsduo/koala/issues/394

尝试使用 oauth.io 获取它,但我没有在结果中获得任何此类值。结果总是空的。 (我的 Facebook 连接确实有效,正在获取用户 ID 等)

这是我的代码:

    result.get('/me/friends')
.done(function (response) {

console.log(response);
console.log(response.summary.total_count);

})
.fail(function (err) {
console.log('error: ', err);
});

最佳答案

您需要申请user_friends获得用户的许可,否则您将无法获得有关他们 friend 的任何信息,甚至连总数都无法获得。

关于javascript - 未在 Facebook API 中获取 response.summary.total_count 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29960207/

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