Sample code using Swift + TwitterKit to create a Tweeting Photobooth
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Photobooth.xcodeproj
PhotoboothiOS
.gitignore
LICENSE.txt
README.md
screenshot.png

README.md

Twitter Photobooth Demo

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

Requirements

Configuration

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.

Features

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

Credits

The following developers have aided greatly in the development of this source.