window.FB.ui({
method: 'feed',
display: "popup",
link: fbMetas.Url,
},
function (response) {
if (!response || response.error) {
//console.log(response.error);
} else {
}
});
以上解决方案有效,但在Edge浏览器上,如果我只允许一次显示弹出窗口,则窗口保持打开状态。 Redirect_uri不起作用。 我该如何关闭?