flutter_facebook_login icon indicating copy to clipboard operation
flutter_facebook_login copied to clipboard

flutter login facebook issus

Open undamatlamanikanta opened this issue 6 years ago • 6 comments

When clicking on the button, it shows a little dialog where I should continue with my opened FB account. After clicking on continue the dialog disappears and nothing happens. the error is throw attached below

SERVER_ERROR: [code] 1675030 [message]: Error performing query. [extra]:

how to slove this error help me as soon as possible

undamatlamanikanta avatar Jul 31 '19 06:07 undamatlamanikanta

https://stackoverflow.com/questions/41861564/server-error-code-1675030-message-error-performing-query

330132662 avatar Sep 11 '19 08:09 330132662

I am the same problem!!!!cry cry cry

lessthanno avatar Oct 08 '19 11:10 lessthanno

Same here... I am with implementation 'com.facebook.android:facebook-android-sdk:[5,6)' and flutter_facebook_login: ^1.2.0. This link helped. https://github.com/roughike/flutter_facebook_login/issues/156

TsogoS avatar Dec 15 '19 08:12 TsogoS

could anyone confirm if this is fixed in version 2.x or 3.x of this library? if it got fix, we could try to backport the patch into the 1.2.x series for us that can't upgrade to AndroidX

mathieujobin avatar Feb 10 '20 00:02 mathieujobin

I have migrated my app to Android X to be able to use the latest version of this plugin (3.0) I have also upgraded Flutter from 1.9 to 1.12, although I realize this is unlikely related and I still get this error....

I grep my project and this project for extra but I cannot find it... is this from the android underlying facebook library, would not make much sense to me... ?

mathieujobin avatar Feb 10 '20 11:02 mathieujobin

Check if your account is added as a tester in a facebook developers console.

mbartn avatar Mar 22 '20 22:03 mbartn