roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 330 forks source link

No result login if user have Facebook app #303

Open RathaIct opened 3 years ago

RathaIct commented 3 years ago

If user have Facebook app. facebookLogin.loginBehavior = await FacebookLoginBehavior.webViewOnly; not work on iOS. It still open Facebook app after return result to webViewOnly and ask for login again and again not return result to working app. What should I do?