Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 558 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 558 Bytes

OAuth.io Swift example

Requirements

This example runs with Cocoa pods for dependencies. You need to have Cocoa pods installed, and have the pod command available in your terminal.

Usage

To use this example, clone this repository, and run pod install in the folder.

Then open the OAuthioSwiftExample.xcworkspace in Xcode, and run the project.

You should be able to see three buttons, one to login with Twitter (with cache enabled), one to retrieve the authenticated user's name, and one to log out (clear the cache).