I have the same issue. On successful return from facebook popup window is not closing..
After debug found that it stuck on below line of authenticate.php
window.opener.wsl_wordpress_social_login({
'action' : 'wordpress_social_login',
'provider' : '<?php echo $provider ?>'
});
window.close();