Facebook 在 php sdk 和 graph api 中为相同的 url 提供不同的点赞计数

发布于 2024-10-28 12:49:36 字数 369 浏览 3 评论 0原文

我正在使用 php sdk fql 和 graph api 来计算 facebook 的点赞数。当我传递像 http://mydemowebsite.com/city/id-12345.html 它给了我正确的计数,但是当我传递 url 时 http://m.mydemowebsite.com/city/id-12345.html对于这两个 api,它给了我不同的计数,尽管它是同一页面。它还显示两个链接在浏览器上的计数相同。

I am using php sdk fql and graph api both for counting facebook likes. When I pass url like http://mydemowebsite.com/city/id-12345.html it gives me correct count but when I pass url like
http://m.mydemowebsite.com/city/id-12345.html to both the apis, its giving me different like count, Although it is the same page. It also shows same count on browser for both the links.

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

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

发布评论

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

评论(1

拥醉 2024-11-04 12:49:36

就像 Counts 唯一标识符是 URL 一样,您也许可以解决此问题,但要转到 Facebook 应用程序编辑设置并在网站下将网站域设置为 mydemowebsite.com。这允许 mydemowebsite.com 的任何子域使用 facebook api。

Like Counts unique identifier is the URL, you maybe able to get around this but going to Facebook App Edit Settings and under website set the site domain to mydemowebsite.com. this allows for any subdomains of mydemowebsite.com to use the facebook api.

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