Skip to content

takuran/OAuth2ClientExample

Repository files navigation

OAuth2ClientExample

The Feedly Cloud(sandbox) OAuth2 client example using the OAuth2Client project for iOS.

Getting started

Get the source

git clone https://github.com/takuran/OAuth2ClientExample.git

Adding the library to your project using CocoaPods

CocoaPods is a dependency manager for Xcode projects.

This project require the OAuth2Client library. Touch Podfile and written follow line.

platform :ios, '6.0'
pod 'NXOAuth2Client', :git => 'https://github.com/takuran/OAuth2Client.git'

and run the following command. pod install

About

OAuth2 client example using the OAuth2Client project for iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published