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

后端 未结 17 1951
花落未央
花落未央 2020-11-29 04:07

I am using Facebook login in android.
Code:

callbackManager = CallbackManager.Factory.create();
    LoginButton loginButton = (LoginButt         


        
17条回答
  •  无人及你
    2020-11-29 04:21

    All of the above answers didn't help me, what did was when you use this command

    keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
    

    to get the Key Hashes you put in facebook configurations.

    it will ask you for a password, at first I didn't set any, so the issue happened, when I entered android as the password. it worked !

提交回复
热议问题