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.
我正在为公共终端做一个网站,用户可以在 facebook 上分享图片,但是一旦用户登录分享,下一个用户将直接进入第一个用户的分享。
是否可以使用新用户启动 sharer.php 或自动注销第一个用户?
你最好的选择是FB.logout从 JS-SDK 中使用。当您调用它时,FB 将注销当前活动的用户。
FB.logout
文档在这里。