Facebook 在 php sdk 和 graph api 中为相同的 url 提供不同的点赞计数
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就像 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.