How to disable Facebook single sign on for android - Facebook-android-sdk

后端 未结 4 1671
感动是毒
感动是毒 2020-11-27 21:20

SSO for facebook android gives me invalid_key every time, i tried to debug by every means but it is not working. So is there any way/hack to disable Single Sign on and work

4条回答
  •  难免孤独
    2020-11-27 21:44

    ohh, Got answer make call to authorize method with activity code FACEBOOK.FORCE_DIALOG_AUTH mFacebook.authorize(activity, permissions, activityCode, listener); replace activityCode with FORCE_DIALOG_AUTH

提交回复
热议问题