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

后端 未结 17 1930
花落未央
花落未央 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:29

    This error is returned in other situations too - even when your app is public or you're listed as a tester.

    Double check that your

    is resolving to a correct Facebook App ID, especially if you dynamically specify it using gradle build, rather than hard coding it in strings.xml.

提交回复
热议问题