The Feedly Cloud(sandbox) OAuth2 client example using the OAuth2Client project for iOS.
git clone https://github.com/takuran/OAuth2ClientExample.git
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