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

Is this how it's supposed to work? #294

Closed vadrian89 closed 4 years ago

vadrian89 commented 4 years ago

Hello, Firstly, thank you for work on the package works like a charm. Secondly, I am not sure if this is how the package should work so excuse my lack of knowledge since this is the first time I am implementing a social media sign in method.

When I start the sign in via Facebook (in my case, your package) the application shows like it opens a screen but it goes transparent (a black bar which goes to the top of the screen and then it becomes transparent) and it signs the user in. Shouldn't there be a pop-up like when using Google sign in method? I mean a screen where you select the account which to use?

vadrian89 commented 4 years ago

My bad, it seems the issue was because it was on my development device. After trying on other device and failed to launch I found out it was because I didn't set my app to live mode on Facebook developer page.