Search code examples
ios6sdkfacebook-ios-sdk

Should I integrate Facebook SDK in my application when I can use iOS6 native Facebook integration


The requirement for my application is just Login and share an image to Facebook.

Is there any drawback to just work with native iOS6 integration only?


Solution

  • The share of iOS5 across devices is very small (less then 10% of all iOS devices out there) so you are pretty safe to go with iOS6 integrated Facebook support; however, there is this very nice library https://github.com/sakrist/FacebookSample - you can use it (along with facebook sdk) to provide support for < iOS6 devices and is very easy to integrate.

    Hope that helps.