Facebook has announced that in March, they will require Facebook login apps to provide exact URL’s of the redirect URL’s:
https://developers.facebook.com/docs/facebook-login/security/#strict_mode
So this has been optional but in March will be required to “on”. This is a big issue for me, since the redirect URL has the access token #access_token=123456789 - this makes it impossible to put in the exact URL user will be redirected to upon logging in.
Am I missing something or is this a big problem for Auth0 with Facebook login? What is the fix here to enable Strict Mode to prepare for when Facebook will force this setting?