Error getting user's friends
bryamrr opened this issue · 2 comments
bryamrr commented
bryamrr commented
The first line says [__NSCFDictionary stringForKey:]: unrecognized selector sent to instance 0x78643110
Can anybody help me with this, please.
doonware commented
stringForKey: is not a method on NSDictionary, thus you get the crash. You likely want to use objectForKey: instead.