1
Swift 3プロジェクトでhttps://github.com/p2/OAuth2ライブラリを使用しています。私はusername、password、client_id、client_secret、authorize_uri、keychainの設定でOAuth2PasswordGrantを初期化しました。 authorize関数と呼ばれています。私が得たエラーはunsupported_grant_typeでした。OAuth2PasswordGrantクラスを使用してログインできません
self.oAuth = OAuth2PasswordGrant(settings: settings)
self.oAuth.authorize { (json: OAuth2JSON?, error: OAuth2Error?) in
// did sth here
}