Reputation: 29074
I intend to use Facebook Share Dialog(https://developers.facebook.com/docs/howtos/share-dialogs-ios-sdk/#sharedialog) for my application and interested to know whether it supports iOS5 or it is only for iOS6 and above?
Upvotes: 0
Views: 346
Reputation: 15662
It's supported on any iOS version that the Facebook app supports, which does include iOS5.
Make sure you get the latest version from the app store.
Upvotes: 1
Reputation: 77641
SLComposeViewController
is only available in iOS6 if that's what you mean?
UIActivityViewController
is also only available in iOS6.
If you're using less than iOS 6.0 then you'll have to fall back on the Facebook SDK etc...
Upvotes: 1