Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.