There is some tutorial or sample of iOS 5.1 integration with Facebook? I’ve tried the one on Facebook developer site, but I get error on retaining the properties https://developers.facebook.com/docs/mobile/ios/build/. I’m really fresh on IOS, so if you can help I would be grateful!
There is some tutorial or sample of iOS 5.1 integration with Facebook? I’ve tried
Share
You’re most likely getting an error using retain because when you created your new project Xcode asked you if you would like to use Automatic Reference Counting (ARC) and you selected the check box (I think it is selected by default). ARC disallows manual memory management calls such as retain. Upload the line in question and I’ll edit this post to show you how to fix it.