/CLOAuth2ViewController

Login VC based on OAuth2

Primary LanguageSwiftMIT LicenseMIT

CLOAuth2ViewController

Carthage compatible

可用于实现OAuth2.0认证

使用方法

let oauthVC = CLOAuthViewController(baseURL: instagram_api,
                                            clientId: instagram_clientId,
                                            clientSecret: instagram_clientSecret,
                                            scopes: instagram_scopes,
                                            redirectUri: "your redirect uri")