File tree Expand file tree Collapse file tree
scribejava-apis/src/main/java/com/github/scribejava/apis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ ScribeJava support out-of-box several HTTP clients:
5757* GitHub (https://github.com/ )
5858* Google (https://www.google.com/ )
5959* HeadHunter ХэдХантер (https://hh.ru/ )
60+ * HiOrg-Server (https://www.hiorg-server.de/ )
6061* Imgur (http://imgur.com/ )
6162* Kaixin 开心网 (http://www.kaixin001.com/ )
6263* LinkedIn (https://www.linkedin.com/ )
Original file line number Diff line number Diff line change 66 * add RuntimeException processing in async http clients (delivered to onError callbacks) (thanks to https://github.com/jochen314)
77 * check 200 status code from response in OAuth2AccessTokenExtractor (thanks to https://github.com/jochen314)
88 * fix case sensitive Http Headers comparison and sending Content-Type header along with content-type (thanks to https://github.com/marnix)
9+ * add HiOrg-Server (https://www.hiorg-server.de/) API (thanks to https://github.com/MartinBoehmer)
910
1011[5.5.0]
1112 * fix error parsing for Fitbit (thanks to https://github.com/danmana)
Original file line number Diff line number Diff line change 11package com .github .scribejava .apis ;
22
33import com .github .scribejava .core .builder .api .DefaultApi20 ;
4- import com .github .scribejava .core .oauth2 .clientauthentication .ClientAuthentication ;
5- import com .github .scribejava .core .oauth2 .clientauthentication .RequestBodyAuthenticationScheme ;
64
75/**
86 * OAuth2 API for HiOrg-Server
@@ -43,10 +41,4 @@ public String getAccessTokenEndpoint() {
4341 protected String getAuthorizationBaseUrl () {
4442 return "https://www.hiorg-server.de/api/oauth2/" + version + "/authorize.php" ;
4543 }
46-
47- @ Override
48- public ClientAuthentication getClientAuthentication () {
49- return RequestBodyAuthenticationScheme .instance ();
50- }
51-
5244}
You can’t perform that action at this time.
0 commit comments