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

Some Account doesn't work : User logged in as different Facebook user #223

Open anthonycic opened 4 years ago

anthonycic commented 4 years ago

Hi everyone,

Some facebook accounts doesn't work (both on android and ios).

The facebook screen connection does not open...

It seems like the fb screen start to popup then close immediatly.

As i said, with some accounts it works perfectly, but some doesn't work...

I just have this error :

I/zygote64(14642): Do partial code cache collection, code=249KB, data=161KB I/zygote64(14642): After code cache collection, code=249KB, data=161KB I/zygote64(14642): Increasing code cache capacity to 1024KB D/NativeCrypto(14642): jniThrowException: java/net/SocketTimeoutException: Read timed out

Could you help me please ? Thanks in advance !

anthonycic commented 4 years ago

Oh and i have this error message :

User logged in as different Facebook user

jangruenwaldt commented 4 years ago

I get the same error: "User logged in as different Facebook user".

Raviteja11122 commented 4 years ago

@roughike getting this error when signed in with developer account (ERROR_ACCOUNT_EXISTS_WITH_DIFFERENT_CREDENTIAL, An account already exists with the same email address but different sign-in credentials. Sign in using a provider associated with this email address., null)

getting this when other account used I got the same error: "User logged in as different Facebook user".

premtemp1 commented 4 years ago

I get the same error. I expect the email address instead of "null". Then we can get the last provider .

Raviteja11122 commented 4 years ago

Hi guys, issue not with the facebook_login plugin actual issue with Firebase auth try without firebase auth you won't get any issues