Possible Duplicate:
How to connect to Twitter from iPhone?
hi, can anybody please explain how to integrate the twitter app in my iphone app with simple example?
You have twitter iOS SDK, which can be downloaded from here. And the documentation there is good enough to get you started.
From iOS 6 onwards, you can use Apple's own SocialFramework to post tweets. From Apple's documentation
The Social framework (Social.framework) provides a simple interface for accessing the user’s social media accounts. This framework supplants the Twitter framework that was introduced in iOS 5 and adds support for other social accounts, including Facebook and Sina’s Weibo service. Apps can use this framework to post status updates and images to a user’s account. This framework works with the Accounts framework to provide a single sign-on model for the user and to ensure that access to the user’s account is approved.
精彩评论