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
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