Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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..

share|improve this question
MGTwitterEngine has so many issues. I would suggest you may go for Twitter framework by Apple. – rohan-patel Feb 20 '12 at 17:33

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.