Skip to content

Commit fb22d41

Browse files
committed
1 parent a737f5e commit fb22d41

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/)

changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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)

scribejava-apis/src/main/java/com/github/scribejava/apis/HiOrgServerApi20.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package com.github.scribejava.apis;
22

33
import 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
}

0 commit comments

Comments
 (0)