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 和 Twitter 注销用户。我正在以信息亭模式运行一个站点,并希望在执行之前的操作后将它们注销。
谢谢,史蒂夫
至少对于 facebook,您可以使用他们的 JS SDK 中的FB.logout,或者如果使用 Connect,FB.Connect.logout(function() { ... });
FB.Connect.logout(function() { ... });
使用 Twitter,它可能不会那么简单 - 请参阅此答案。