gpt4 book ai didi

facebook - 如何使用 R 从 Facebook 页面中提取 "likes"的数字

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

我想使用 R 语言和 Facebook Graph API 提取“喜欢”一个页面的用户数量。我是 Facebook Graph API 的新手。

我认为 R 中没有与此 API 相关的包。

有没有关于如何使用 R 访问 Facebook API 图形对象的教程?

最佳答案

jan:我完全不了解R语言。但实际上,您可以使用带有以下 url 的图形 API 轻松获取页面的点赞数:

https://graph.facebook.com/${page_id} - (Can see the response by hitting this url on a browser)

只需将此代码放在页面的 javascript 部分

FB.api( '/${page_id}', function (response) { alert(response.likes) } );

关于facebook - 如何使用 R 从 Facebook 页面中提取 "likes"的数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10170205/

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