roughike / flutter_facebook_login

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

Weird behavior When user declines a permission in android and ios #265

Open m7mdra opened 4 years ago

m7mdra commented 4 years ago

Hello. in IOS when the user declines one the request permissions the object FacebookAccessToken is null, and the opposite when user accepts the permissions.

When i decline the permission in android the the FacebookLoginStatus is always returned as FacebookLoginStatus.cancelledByUser.

thanks in advance.