Facebook 点赞请求

发布于 2024-12-07 16:40:36 字数 262 浏览 0 评论 0原文

是否可以请求在特定时间点赞特定对象?我必须知道2011年9月30日之前的点赞数。

例如:

SELECT url, share_count, like_count,
       comment_count, click_count, total_count
FROM link_stat
WHERE url="'.$url.' and date <= '2011-09-30'"

link_stat 表中是否有日期列?

Is it possible to request the likes of a particular object for a specific time? I have to know the likes till 2011-09-30.

Like:

SELECT url, share_count, like_count,
       comment_count, click_count, total_count
FROM link_stat
WHERE url="'.$url.' and date <= '2011-09-30'"

Are there any date columns in the link_stat table?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴者 2024-12-14 16:40:36

此类信息无法通过 facebook API 获得,但您可以将其维护在数据库中,只需每天调用并将其存储在数据库中,您将获得历史信息、为您的对象构建图表等。

此外,如果您的对象是您可以检查见解的页面、应用程序或域:
https://developers.facebook.com/docs/reference/api/insights/

将为您提供相关信息

This kind of info is not available via facebook API but you can maintain it in your database, simply make a call every day and store it in your database and you will have historical info, build graphs for your objects, etc.

Also if your object is a page, application or domain you can check insights:
https://developers.facebook.com/docs/reference/api/insights/

which will give you relevant info

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文