Facebook like button is asking to confirm the action

我只是一个虾纸丫 提交于 2019-11-28 05:51:35

Unfortunately, I think you are running into a recent Facebook change/design decision. Here are a couple bug reports discussing this issue:

http://developers.facebook.com/bugs/274568892605777

http://developers.facebook.com/bugs/169544703153617

Use the Facebook Debug tool to see what content is on the page. http://developers.facebook.com/tools/debug

It shows you what Facebook sees when it scrapes the page. It could help in identifying what the underlying issue is.

With regards to liking / unliking content multiple times, Facebook has some automatic features that prevent likes from showing up on Facebook, or indeed showing the 'Confirm' link you are seeing. This is mainly to combat click-jacking as this is a common problem with the Like button.

The issue which I faced was when I had my page in production server and then when I was making modifications on my development/testing server it came up with 'confirm'. So it seems to think that I am trying to spam 'like' through different pages to achieve a higher ranking but all I am doing is trying to test my changes on a different server before uploading them to production server. I am not comfortable with making changes straight into production as it could blow up in my face with buggy code or an undesired layout.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!