Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用 SSO 登录我的应用程序并且现在我想注销,是否可以打开 Facebook 应用程序进行注销或以其他方式注销?
不,但您可以强制在用户下次尝试登录您的应用程序时显示 facebook auth 对话框,即使当时他仍会在 Facebook 应用程序中使用他的帐户登录。
facebook.authorize(activity, FACEBOOK_PERMISSIONS, Facebook.FORCE_DIALOG_AUTH, facebookDialogListener);