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 注销流程,以便当用户单击应用程序中的注销按钮时,facebook 会要求重新登录。我正在使用适用于 ios 6 的 facebook SDK。
任何帮助将不胜感激。
谢谢
你可以试试这个
-(IBAction)logoutButtonPress:(id)sender { [FBSession.activeSession closeAndClearTokenInformation]; }