fb.ui
feed
的Facebook function showStreamPublish()
{
FB.ui(
{
'method': 'feed',
'name': 'xxxxxx',
'link': 'xxxxxxxxxxxxxxx',
'picture': 'xxxxxxxxxxxx',
'description': 'xxxxxxxxxxxx',
'app_id': 'xxxxxxxxxxxxxx'
},
function(response)
{
alert(response); //**** this does not work in IE
});
}
提示正常,但点击分享或取消按钮时,该事件不会仅在IE中触发,在其他浏览器中运行良好,例如Chrome,Firefox等。
以下是代码:
{{1}}
任何解决方法或这是否是facebook bug?
答案 0 :(得分:1)
从上面的评论中你应该有一个频道文件。此外,对于IE兼容性,您可能需要设置隐私标头(也称为p3p)。见http://www.admon.org/how-to-implement-p3p-http-headers-for-cross-site-cookies/