Reputation: 1034
I am trying to integrate "social option" to my app.
I have iOS6, but the idea is to have an app available for iOS5. Using Twitter framework it has been very simple and it works in devices with r.0 version and 6.0 version.
Regarding Facebook, I do not understand how integrate it. I just need the "post to wall" function.
I know that it exists in social.framework
but does that in iOS5?
Upvotes: 0
Views: 3381
Reputation: 628
For the latest version you need at least Xcode 4.5.
https://developers.facebook.com/docs/ios/ios-sdk-tutorial/
Upvotes: -1
Reputation: 2644
If your app is targeting the iOS5+. then you need to implement Facebook Graph or Facebook SDK.
Tutorial:
http://developers.facebook.com/docs/mobile/ios/build/
Sample:
https://github.com/facebook/facebook-ios-sdk/tree/master/samples/Hackbook
I hope, Above tutorial & Sample app will help you for Facebook Integration in iOS5 devices.
Upvotes: 1