Now there is no version for iOS5. But you can use some new feature like ARC support.
But the SDK for Facebook was made by iOS4, and there is no ARC support. So you can do it as follows.
Just add "-fno-objc-arc" (without double quotes) to the compiler flags for files you don't want ARC. You can do this for your purpose -> Phase assembly -> Compile sources.
source share