After some duplicate JSON errors I've found the following Facebook SDK workaround. The owner deleted SBJSON and used JSKit instead.
Does anybody know how to use this workaround? It is not the regular FacebookSDK framework, so I am not able to implement the workaround as a framework.
Check out the workaround at: https://github.com/acani/facebook-ios-sdk
Can I just drag the src folder into Xcode and then import the "facebook.h" file? Or should I somehow build a .framework file?