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

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

Leave a Comment