FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scribejava-apis - dunkcoder/scribejava · GitHub
dunkcoder
/
scribejava
Public
forked from
scribejava/scribejava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
scribejava
scribejava-apis
on
master
User selector
Datepicker
Commit history
Commits on May 23, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
9a83b6c
View commit details
Copy full SHA for 9a83b6c
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.6.0
s-gromov
committed
3ca5c9f
View commit details
Copy full SHA for 3ca5c9f
View code at this point
Browse repository at this point
remove old APIs with outdated domains
s-gromov
committed
1e21fd1
View commit details
Copy full SHA for 1e21fd1
View code at this point
Browse repository at this point
cleanup: drop old APIs without exmaples
s-gromov
committed
b7001c2
View commit details
Copy full SHA for b7001c2
View code at this point
Browse repository at this point
update Facebook to v2.6
s-gromov
committed
a6e1cb9
View commit details
Copy full SHA for a6e1cb9
View code at this point
Browse repository at this point
standardize authorization url generation for OAuth2
s-gromov
committed
4e2a9a1
View commit details
Copy full SHA for 4e2a9a1
View code at this point
Browse repository at this point
fix GitHubAPI
s-gromov
committed
8af489a
View commit details
Copy full SHA for 8af489a
View code at this point
Browse repository at this point
Commits on May 16, 2016
add Genius.com API authentication (OAuth2)
tomekhotdog
authored and
s-gromov
committed
338406d
View commit details
Copy full SHA for 338406d
View code at this point
Browse repository at this point
refactor usage of grant_type [authorization_code|refresh_token|password|etc]
s-gromov
committed
53fbad0
View commit details
Copy full SHA for 53fbad0
View code at this point
Browse repository at this point
simplify async/sync usages
s-gromov
committed
2751f52
View commit details
Copy full SHA for 2751f52
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
a74e9a7
View commit details
Copy full SHA for a74e9a7
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.5.3
s-gromov
committed
d5f0dce
View commit details
Copy full SHA for d5f0dce
View code at this point
Browse repository at this point
Commits on Mar 31, 2016
fix
Ozhiganov Valery
committed
3a5f503
View commit details
Copy full SHA for 3a5f503
View code at this point
Browse repository at this point
Odnoklassniki Example improvements
Ozhiganov Valery
committed
f8d3237
View commit details
Copy full SHA for f8d3237
View code at this point
Browse repository at this point
Commits on Mar 28, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
3125799
View commit details
Copy full SHA for 3125799
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.5.2
s-gromov
committed
af97361
View commit details
Copy full SHA for af97361
View code at this point
Browse repository at this point
Revert "[maven-release-plugin] prepare release scribejava-2.5.0"
Show description for 852bc7e
s-gromov
committed
852bc7e
View commit details
Copy full SHA for 852bc7e
View code at this point
Browse repository at this point
Revert "[maven-release-plugin] prepare for next development iteration"
Show description for 826be08
s-gromov
committed
826be08
View commit details
Copy full SHA for 826be08
View code at this point
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
7c1f00a
View commit details
Copy full SHA for 7c1f00a
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.5.0
s-gromov
committed
6b978a6
View commit details
Copy full SHA for 6b978a6
View code at this point
Browse repository at this point
update ok.ru API urls
s-gromov
committed
fbe4ffe
View commit details
Copy full SHA for fbe4ffe
View code at this point
Browse repository at this point
Commits on Mar 22, 2016
add OSGI manifest metadata
s-gromov
committed
1dc3923
View commit details
Copy full SHA for 1dc3923
View code at this point
Browse repository at this point
Commits on Mar 21, 2016
add Google Async Example
s-gromov
committed
9c1bd23
View commit details
Copy full SHA for 9c1bd23
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
1393131
View commit details
Copy full SHA for 1393131
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.4.0
s-gromov
committed
afc1e35
View commit details
Copy full SHA for afc1e35
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
default HTTP verb for OAuth 2.0 Access Token EndPoint is POST (http://tools.ietf.org/html/rfc6749#section-3.2)
s-gromov
committed
bbb2aaa
View commit details
Copy full SHA for bbb2aaa
View code at this point
Browse repository at this point
remove Verifier object, we just need Strings, 'code' for OAuth2 and 'oauthVerifier' for OAuth1
s-gromov
committed
e088788
View commit details
Copy full SHA for e088788
View code at this point
Browse repository at this point
add response_type parameter to the ServiceBuilder/OAuthConfig to use not only "code" for authorization code
s-gromov
committed
a3ff12d
View commit details
Copy full SHA for a3ff12d
View code at this point
Browse repository at this point
drop Google OAuth 1.0 support (OAuth 1.0 was officially deprecated by Google)
s-gromov
committed
75779ef
View commit details
Copy full SHA for 75779ef
View code at this point
Browse repository at this point
make JSON Access Token Extractor be the default for OAuth 2.0 (according to RFC 6749)
s-gromov
committed
03b3820
View commit details
Copy full SHA for 03b3820
View code at this point
Browse repository at this point
mark Facebook doesn't support refresh token by throwing UnsupportedOperationException
s-gromov
committed
b030031
View commit details
Copy full SHA for b030031
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
5a9ca46
View commit details
Copy full SHA for 5a9ca46
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.3.0
s-gromov
committed
73b46fe
View commit details
Copy full SHA for 73b46fe
View code at this point
Browse repository at this point
support OAuth 2 refresh token (+update urls for Google)
Daniel Tyreus
authored and
s-gromov
committed
1e4238b
View commit details
Copy full SHA for 1e4238b
View code at this point
Browse repository at this point
Commits on Feb 25, 2016
show accessToken rawResponse in examples
s-gromov
committed
a2cea9b
View commit details
Copy full SHA for a2cea9b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL