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 使用 facebook sdk 2.x。
它检查会话是否存在并继续登录状态
if (![[delegate facebook] isSessionValid]) { [[delegate facebook] authorize:permissions]; } else { NSLog(@"seesion found"); [self apiFQLIMe]; }