This sample code will help you build with Twitter Kit, Twitter's developer platform to enable Login with Twitter, Tweet posting, and Tweet timeline display.
This example performs the following:
- Login with Twitter
- Take a photo and Tweet it
- TwitterKit iOS Libraries (https://dev.twitter.com/twitterkit/overview)
- Twitter app key (https://apps.twitter.com) with read and write permissions
Add your consumer key and token from apps.twitter.com into Twitter.plist. You will also need to rename the value of the URL handler in Info.plist and append your consumer key in place of the dummy value included there.
The sample includes a few basic features:
- Login with Twitter (AuthViewController).
- Take photo and Tweet it. (CameraViewController).
- Display a timeline of Tweets post-photo. (TweetViewController).
- Settings (SettingsViewController).
The following developers have aided greatly in the development of this source.