Been following this great tutorial on how to integrate twitter into your app. I know there are other ways that programmers have used to integrate twitter before iOS 5 but my question is this:
My app supports iOS 3.0+ so if I integrate twitter using just the iOS 5 way of doing it, how will this affect my users that aren’t using iOS 5? Will it even work for them?
Thanks!
The official API framework wouldn’t work unfortunately as the twitter app/integration is only available in iOS 5
A good solution is to use ShareKit, a free API that allows you to integrate twitter, facebook and other social network support.