Skip to content

dfreniche/TwiOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TwiOS

A simple iOS Twitter client

Made as an example for an iOS course

  • Shows timeline
  • Mentions
  • DMs
  • Some info

Uses CocoaPods and the excellent STTwitter library (for DMs)

Important

To make this work you need to add a file called: TwitterPrivateKeys.h With your Twitter keys.

//
//  TwitterPrivateKeys.h
//  TwiOS
//
//  Created by Diego Freniche Brito on 14/03/14.
//  Copyright (c) 2014 freniche. All rights reserved.
//

#ifndef TwiOS_TwitterPrivateKeys_h
#define TwiOS_TwitterPrivateKeys_h

#define CONSUMER_KEY = "XXX";
#define CONSUMER_SECRET = "XXX";

#endif

ScreenShots

Timeline

Timeline

Mentions

Timeline

DMs


License

MIT

About

Simple iOS Twitter client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages