Using facebook SDK on Android gives “User logged in as different Facebook user.” error

后端 未结 5 1030
Happy的楠姐
Happy的楠姐 2021-01-31 15:02

I\'m upgrading my use of the Facebook SDK to the latest version. The following code is prety much lifted line by line from Facebook\'s own examples, which can be found here: htt

5条回答
  •  迷失自我
    2021-01-31 15:07

    if(LoginManager.getInstance()!=null){
            LoginManager.getInstance().logOut();
        }
    

    Write before "registerCallback();" method

提交回复
热议问题