0

I implement Facebook login in Android but when i click on continue with Facebook it show the popup to continue with my Facebook account it show SERVER_ERROR :[code] 1675030 [message]: Error performing query [extra]: null i already add test account in Roles section in Facebook app page any help?

Ali Mardini
  • 185
  • 1
  • 16
  • Have you found the solution ? i have the same problem and already asked this question there : https://stackoverflow.com/questions/52302109/facebook-login-sdk-android – carton Sep 20 '18 at 16:33

1 Answers1

0

Make sure your app is public and it's asking for valid information about user. Like the the parameters (ex: email, user_friends) you are passing has read permission.

imk
  • 374
  • 6
  • 12
  • Make sure that your `android:value="@string/facebook_app_id"` is generated properly. – imk Sep 13 '18 at 18:41
  • also i did that same issue i try to log in with the test user that given from facebook its not showing this error but it show the hash is wrong – Ali Mardini Sep 13 '18 at 18:53