Twitter integration for iOS
is a demo iOS application writter in Objective-C demonstrating how to integrate Twitter API for iOS into iPhone application.
For more information please check out the video tutorial on YouTube
In this demo project we have covered following three Twitter APIs,
- Authenticate user using their Twitter account
- Compose Tweet from the app and post it on Twitter timeline
- Use REST API to fetch tweets from user's timeline and show in the app in TableView format.
-
Property List.plist
file has twitter consumer-key and consumer-secret-key. Replace the values with the ones Twitter created for your application. -
Info.plist
file has URL Scheme for Twitter call-back Url that contains valuetwitterkit-<consumerKey>
. Replace<consumerKey>
with your application's consumer key.
Copyright (c) 2018 Meet Shah