Facebook popup displays fullscreen
i tried setting the display popup with the following
everyauth.facebook.popup(true)
i also tried
everyauth.facebook.authQueryParam('display', 'popup')
however in both cases, the facebook login opens in a fullscreen within the same window. I see the display=popup parameter in the URL
I am not sure this is bug or rather the normal implementation. The library should not be responsible to open up a new popup window for you, but as in the mobile case it sends a parameter display=popup in the GET request to facebook - as you rightly pointed out - which is responsible to display the facebook page so that fits inside a popup. If you try and see other libraries you will notice they have the same behavior. I am using the express-3 branch and I can see the facebook page changing adding .popup(true) or .mobile(true)