capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 54 forks source link

Option to force sign-in page ? (To change account?) #11

Closed Mageek627 closed 4 years ago

Mageek627 commented 4 years ago

Hello, is there a way to force the display of "Sign in as John Doe ?" in the facebook page as a confirmation screen before continuing ? Because right now, if any facebook user is logged in, then this user is automatically logged in my app, without giving the choice to change account. Even after calling FacebookLogin.logout().

Mageek627 commented 4 years ago

By the way, this would make the behavior closer to the Google authentication one: https://github.com/CodetrixStudio/CapacitorGoogleAuth

rdlabo commented 4 years ago

I can't find this method in SDK. Facebook Login connect to Facebook App that is installed to same device. Maybe this is not plugin issue, this is Facebook's specification. Thanks.