keppelen / react-facebook-login

A Component React for Facebook Login
1.18k stars 406 forks source link

on desktop working ,but not on mobile device #343

Open pb911 opened 2 years ago

pb911 commented 2 years ago

Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings. URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs.

fattahmuhyiddeen commented 2 years ago

me too

mishkeTz commented 2 years ago

Set prop disableMobileRedirect={true} With that it should work again.

jottenlips commented 1 year ago

Thanks! This was driving me nuts. I was also getting Can't Load URL: The domain of this URL isn't included in the app's domains. while our domain was definitely there.