How to develop twitter on iOS 5, iOS 4 and older - iphone

How to develop a twitter app that post images, message and link into twitter? The twitter app can run on iOS 5, iOS 4 and older. Thanks!

I guess you want to take the shortest possible route here. If I would you I would check the iOS SDK for addthis.
Its very easy to add and use. I think it supports even iOS 3.x series.

Related

Minimum iOS deployment target with Facebook SDK 3.2?

I wish to use Facebook sdk version 3.2 in my iOS application but I couldn't find the minimum target iOS that it will support.
Any help is appreciated.
From the SDK Page:
iOS 6 integration
The Facebook SDK for iOS offers full, native integration with iOS 6. For Login and Feed posting, this means you have the ability to pop-up a native dialog box rather than fast-app-switching to the Facebook iOS App or Mobile Safari. This experience is less disruptive for the user and significantly increases conversion. Just enable Login with Facebook and the SDK will ensure your apps work seamlessly on all iOS versions 4.0 and later.

Send a tweet from an iPhone app

What is the best way to tweet from an iPhone app?
I know there are some libraries to integrate twitter in an iPhone app like MGTwitterEngine, do I really need it just to sent a tweet?
And what is OAuth? is MGTwitterEngine already include OAuth??
Can someone tell me what are the steps I need to do from start?
The app is for ios 4, so using the new twitter framework in ios 5 is not good for me..
If you are using iOS 5 there is a whole Twitter Framework built in. Otherwise you will have to use a third party library to do this.
https://developer.apple.com/library/ios/#documentation/Twitter/Reference/TwitterFrameworkReference/_index.html#//apple_ref/doc/uid/TP40011014
UPDATE
Please also do note that Apple will no longer accept anything that can not run on iPhone 5, so you will have to be use iOS 6 SDK or later anyway

whether other iOS except iOS 5 will support this framework or not?

I am not getting any good code for integrating text with image upload on twitter using iphone sdk. I found that with release of iOS 5 a framework named Twitter.Framework is also released. Will this framework be supported on older iOS?
No, Twitter integration got introduced in iOS 5. You'll need to find a third party library for older versions of iOS.

Integrating Twitter into iOS 4.3+ App

I'm trying to integrate Twitter with my App right now. I have successfully set up the iOS 5 TWTweetComposeViewController, but this does not work on iOS 4.3. What's the best method to also integrate Twitter posting into iOS 4.3?
DETweetComposeViewController
Open source. Mimics TWTweetComposeViewController. Works with iOS 4 and later.
Sharekit is a framework that may help you to setup Twitter on iOS version pre 5. If you take a first look at Sharekit, it may look like you only can use it as a complete framework. But read on: you can use any of the fractions (Twitter, Facebook etc) of Sharekit to connect with your own GUI.
Use a custom library and implement the tweet screens yourself. Alternatively you could redirect the user to a twitter:// URL which will open the Twitter application, or just open a Web Intent. http://dev.twitter.com

Where can I find a list of all the new iOS 5 APIs?

I'm looking for a reference guide or list of all the new iOS 5 APIs. Apple's website isn't the most user friendly.
You mean something like this?
iOS 4.3 to iOS 5.0 API Differences
or
What's New in iOS 5