Android Facebook authorization - can not log in when official Facebook app is installed

后端 未结 4 1454
予麋鹿
予麋鹿 2020-11-29 12:03

I need to log in to Facebook and get same fields like email, etc. I use the Facebook SDK, and I set my Android key Hash in developers.facebook and set \"Configured for Andro

4条回答
  •  醉话见心
    2020-11-29 12:57

    Please update the below code of your application. It will solve your problem.

    public void loginAndPostToWall() {
        facebook.authorize(this, PERMISSIONS, Facebook.FORCE_DIALOG_AUTH,
                new LoginDialogListener());
    }
    

提交回复
热议问题