I have a new website that require users to log in with Google login (using react-oauth/google package). The problem starts when users clicking on my website link from the facebook mobile app, and then they're redirected to the website in the facebook embedded browser. However, since last year, Google login blocks embedded browsers.
Is there any way to either:
- Configure something so people coming in from facebook could log in using google-login, without the need of redirecting them to a different mobile browser?
- If not, how can I redirect the users out of facebook and into their mobile default browser?
window.location.href="my.url"
don't actually openning any browser in the mobile.