I just upgraded my app from Facebook iOS SDK 3.1 to 3.2.1 and I\'m trying to take advantage of the new error handling provided by the new FBError category on NSError. The code i
You need to add -ObjC to "other linker flags" in your project's build settings.