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.
android facebook sdk 3.0を使用している私のアプリは、ログイン後に応答があり、その後、ボタンをクリックしてFacebookからサインアウトする必要があります。
Facebookのplsヘルプでセッションからログアウトする方法
あなたはこのようなことをすべきです。
if (Session.getActiveSession() != null) { Session.getActiveSession().closeAndClearTokenInformation(); } Session.setActiveSession(null);
また、ユーザートークンを他の方法で保存する場合は、それもクリアする必要があります。