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 331 forks source link

How to Force login only use facebook app? #154

Open mis0025033 opened 5 years ago

mis0025033 commented 5 years ago

I want to force the user to login with facebook mobile app. does the behavior "FacebookLoginBehavior.nativeOnly" force the user to login with facebook mobile app???


var facebookLogin = FacebookLogin();
facebookLogin.loginBehavior = FacebookLoginBehavior.nativeOnly;

Is it correct for my purpose??? Thanks

parth22 commented 5 years ago

yes correct but it's not working in my app when i'm using this. it's open one pop up with user profile photo and name but not log in.

var facebookLogin = FacebookLogin(); facebookLogin.loginBehavior = FacebookLoginBehavior.nativeOnly;