FB.ui popup window doesn't close
问题 The initialization code: FB.init({ appId: '123456789012345', channelUrl: 'http://localhost/Some/Url/FacebookChannel', status: true, cookie: true, oauth: true, xfbml: true }); The following code is called with an onclick: FB.ui({ method: 'feed', name: settings.facebookShareName, link: settings.facebookLinkUrl, caption: settings.facebookShareCaption, description: settings.facebookShareDescription, message: message, display: 'popup' }); This code works fine in FF and Chrome, and mostly works in