socialite 的 Facebook 点赞统计数据
Facebook like statistics for socialite
我的网页(使用symfony组件构建)有很多内页有一个like按钮,使用socialite集成。
怎样才能得到like/share超时统计,比如特定内页的过去month/day/year(不是总数而是一段时间)
我可以使用 http://graph.facebook.com/https://my-page.com/some-inner-page
得到 likes/shares 的总数
我可以创建一个每晚存储此信息的查询,但由于内页数量很多,这将占用大量资源。
How can I get like/share statistic overtime, like for the past month/day/year (not the total count but for a period of time)
无法通过 API 直接获得该信息。
Facebook 曾经提供“域洞察”,您可以在其中注册您的域,然后查看您的 URL 的一些其他指标 – 但他们最近停止了此功能,您无法再添加新域。
I could make a query that stores this information nightly, but that would take to much resources, because of the high count of inner pages.
恐怕这可能是你唯一的选择。
我的网页(使用symfony组件构建)有很多内页有一个like按钮,使用socialite集成。
怎样才能得到like/share超时统计,比如特定内页的过去month/day/year(不是总数而是一段时间)
我可以使用 http://graph.facebook.com/https://my-page.com/some-inner-page
得到 likes/shares 的总数我可以创建一个每晚存储此信息的查询,但由于内页数量很多,这将占用大量资源。
How can I get like/share statistic overtime, like for the past month/day/year (not the total count but for a period of time)
无法通过 API 直接获得该信息。
Facebook 曾经提供“域洞察”,您可以在其中注册您的域,然后查看您的 URL 的一些其他指标 – 但他们最近停止了此功能,您无法再添加新域。
I could make a query that stores this information nightly, but that would take to much resources, because of the high count of inner pages.
恐怕这可能是你唯一的选择。