I am currently using a Facebook Login button with the JS SDK. When a user logs in, the page is refreshed (via auth.login event listener).
However, there are situations in which my page (with the login button) is opened first, followed by the user logging into Facebook in a separate window/tab.
As a result, when the user clicks the login button, the authorization window opens and immediately closes, but nothing happens on the page.
I have implemented auth.login and auth.statusChange event listeners to try to reload the page should this situation occur, but have not been successful.
Is there an event listener or other workaround to initiate a page refresh if the login button finds that the user is already logged in via a different window/tab?