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

后端 未结 5 1081
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:31

    I also faced the same problem today. I got surpassed the problem by using below line of code when user clicks on FbLoginButton

    LoginManager.getInstance().logOut();

提交回复
热议问题