From be52dca4da28d662296283b9580d924ff7e82b46 Mon Sep 17 00:00:00 2001 From: Timm Preetz <52437+tp@users.noreply.github.com> Date: Fri, 18 Sep 2020 12:50:21 +0200 Subject: [PATCH] Don't suggest adding `fbauth` to the application's query schemes 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. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fed3e3d..de074df 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ Once you have the Facebook App ID figured out, then you'll just have to copy-pas fbapi fb-messenger-share-api - fbauth2 fbshareextension ```