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.
我正在寻找一种注销用户的方法,但找不到。
FBSDKDeviceLoginManager
没有相应的方法,也没有像“FBSDKDeviceSession”这样的东西
没有辅助方法,但您可以手动清除当前令牌:
[FBSDKAccessToken setCurrentAccessToken:nil];
我已经用这个例子更新了文档。