I want to provide functionality to get user sign in via twitter in my app.
I have spend 2 days in just reading the blogs , dev.twitter.com .. but i reached nowhere.
Can anyone help me .. or just tell me any open source app. thats provides this functionality..
thanks
I want to provide functionality to get user sign in via twitter in my
Share
If you develop for IOS 5 and later versions just add Twitter.framework to your target.
User uses settings screen to login and logout to twitter
#import <Twitter/Twitter.h>in your class/viewcontroller.then call following method anywhere in your code
Also look at this tutorials:
http://www.raywenderlich.com/21558/beginning-twitter-tutorial-updated-for-ios-6
http://mobileorchard.com/ios-tutorial-twitter-integration-in-ios5/