flutter_facebook_login icon indicating copy to clipboard operation
flutter_facebook_login copied to clipboard

Don't suggest adding `fbauth` to the application's query schemes

Open tp opened this issue 4 years ago • 0 comments

This fixes the redirect loop between the Safari ViewController (SFVC) and the Facebook app mentioned in https://github.com/roughike/flutter_facebook_login/issues/243

After that scheme is removed, the FB SDK seems to build another URL to open in the web view, which doesn't show a button to open the native FB app anymore. Hence the user just proceeds inside the SFVC with their account, and will be directed straight back to the host app, never taking a "detour" to the FB app.

tp avatar Sep 18 '20 10:09 tp