Server_Error: [Code] 1675030 [Message]: Error Performing Query

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

I find the solution, this happends when you don't have evaluate users in your app .

Enter in your panel App
Select Rol

Sample Image

And add test users , when your try to login with test users , the application executes without fails

Sample Image

Ionic Login Facebook error: SERVER_ERROR: [code] 1675030 [message]: Query error. [Extra]: null

Surprisingly, the problem was in key hash.

I have discovered that the key hash extracted using Java keytool is different from the one generated by Java code inside my Android app even though I have strictly followed all instructions in Facebook Login Developer page to get the key hash.
I don't' know why they are different, but now after using key hash extracted from java code and pasting it to the project console in Facebook Developer page, my app worked fine..

Facebook login with android sdk not working

Open your registered app in Facebook developer console.

This method will make app publicly available for all testing devices:

  1. Select 'App Review' option
  2. Make Social Adds public? enable it to 'Yes'

OR

This method will let you test app on selected devices:

  1. Select 'Role' option
  2. Add 'Testers' for application


Related Topics



Leave a reply



Submit