lakshmen
lakshmen

Reputation: 29074

In which iOS does Facebook Share Dialog work in?

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

Answers (2)

Ming Li
Ming Li

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

Fogmeister
Fogmeister

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

Related Questions