Götz Fabian
Results
1
comments of
Götz Fabian
Do you have an update on this? It seems that changing lines 71–74 in `DBOAuthManager.m` to the following fixes the problem: ```objc NSString *uid = [coder decodeObjectOfClass:NSString.class forKey:NSStringFromSelector(@selector(uid))]; NSString *accessToken...