最近 facebook 推出了一些更改,这些更改显然已经破坏了我正在处理的页面上的按钮功能,特别是对于指向 facebook 上的照片(照片集)的 url,例如 facebook 按钮,如
<fb:like href="http://www.facebook.com/photo.php?fbid=ID&set=SET" ....></fb:like>
The button renders, however when I click 'like' it immediately 'unlikes' itself afterwards. *Non-facebook URLs work fine with the like button, only URLs that point to photos/content on facebook cause the like button to immediately unlike itself after it's clicked. The buttons are generated via the JSSDK as iframes. Is there a solution to this problem? We're not using og metadata.