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:
- Open the project with Xcode.
- Create a Twitter app at apps.twitter.com - only read access is required.
- Rename the
Twitter.blank.plistfile inside the given sample toTwitter.plistand enter your consumer key and secret into the dictionary. Ensure that theTwitter.plistfile is included in the Target Membership for the build using the File Inspector. - 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