This repository has been archived by the owner. It is now read-only.
Twitter Kit Timelines samples
Switch branches/tags
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
TimelinesObjC Updated for Twitter Kit 3, and Swift 3 syntax Jun 30, 2017
TimelinesSwift tidying up Jun 30, 2017
.gitignore Updated for Twitter Kit 3, and Swift 3 syntax Jun 30, 2017
LICENSE Initial commit May 28, 2015
README.md Twitter Kit discontinued Oct 31, 2018
screenshot.png Updated for Twitter Kit 3, and Swift 3 syntax Jun 30, 2017

README.md

Twitter discontinued support for Twitter Kit on October 31, 2018. Read the blog post here.

Twitter Kit Timelines samples for iOS

This is a sample demonstrating basic usage of Timelines which are a part of Twitter Kit.

This sample uses guest authentication which is limited to API requests that do not require a user context.

Getting Started

To get started and run the app following, you need to follow these simple steps:

  1. Open the project with Xcode.
  2. Create a Twitter app at apps.twitter.com - only read access is required.
  3. Rename the Twitter.blank.plist file inside the given sample to Twitter.plist and enter your consumer key and secret into the dictionary. Ensure that the Twitter.plist file is included in the Target Membership for the build using the File Inspector.
  4. You're all set! Run the project on your iPhone or the iOS Simulator.

Compatibility

This project contains examples written in Swift and Objective-C and requires Xcode 8 or greater.

License

Copyright 2015 Twitter, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0