Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.7k
Releases: scribejava/scribejava
Releases · scribejava/scribejava
scribejava-8.3.3
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- update dependencies, including security updates in libraries
Assets2
Uh oh!
There was an error while loading.Please reload this page.
3 people reacted
scribejava-8.3.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
[8.3.2]
- minor fixes and enhances
- update dependencies
- while using async HTTP client, you could miss some Throwables, now they will be thrown
Assets2
Uh oh!
There was an error while loading.Please reload this page.
scribejava-8.3.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- fix java.lang.NoClassDefFoundError for non-java8 runtimes (e.g. Android 7.1.1)
(thanks tohttps://github.com/ChristopherGittner)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
scribejava-8.3.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- add Instagram (https://www.instagram.com/) API (thanks tohttps://github.com/faent)
- add getErrorMessage method to FacebookAccessTokenErrorResponse. Should be used instead of general getMessage method
from the parent Exception
Assets2
Uh oh!
There was an error while loading.Please reload this page.
scribejava-8.2.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- add ScopeBuilder to easily specify multiple scopes while requesting OAuth2.0 Access Tokens
- make Base64 en/de-coding not dependent from java8 implementation (use three optional implementation
(internal java 8+, Apache Commons Codec, JAXB) detected in runtime) (thanks tohttps://github.com/CodingFabian) - implement possibility to add extra parameters to Access Token Request
(AccessTokenRequestParams#*ExtraParameters methods),#980
(thanks tohttps://github.com/pmorch)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
scribejava-8.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- add raw Response (with HTTP response code and body) as member to the OAuth2AccessTokenErrorResponse
- add possibility to set "" (empty string) as apiSecret
- add Slack API (https://slack.com/) (thanks tohttps://github.com/petrkopotev)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
scribejava-8.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- add Kakao API (https://kakao.com/) (thanks tohttps://github.com/v0o0v)
- support chunks in JDKHttpClient's Multipart (thanks tohttps://github.com/eos1d3)
- add support for OAuth 2.0 Device Authorization Grant (RFC 8628) (thanks tohttps://github.com/rebarbora-mckvak)
- update Google API URLs
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1 person reacted
scribejava-7.1.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- add Proxy support (via config's option) to internal JDKHttpClient (thanks tohttps://github.com/bjournaud)
- fix typo (change "Verfier" to "Verifier") (thanks tohttps://github.com/afkbrb)
- fix Multipart support in JDKHttpClient (thanks tohttps://github.com/eos1d3)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
scribejava-7.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Add Polar API (https://www.polar.com/) (thanks tohttps://github.com/vidi42)
- make Response accept resources to autoclose and autoclose it (thanks tohttps://github.com/drei01)
- fix url encoding in POST payload (it's needed for 'application/x-www-form-urlencoded' Content-Type)
- unit tests (thanks tohttps://github.com/max904-github)
- Add Armeria HTTP client (thanks tohttps://github.com/max904-github)
Assets2
Uh oh!
There was an error while loading.Please reload this page.