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 iOS SDK 3.1.1,没有原生集成。
如何检测令牌发生变化或过期但令牌相同,而无需在每次 FB 操作后针对本地 NSUserDefaults 副本进行显式检查?
我在 SDK 中找不到太多关于 NSNotificationCenter 方法名称或 KVO 用法的文档。