File tree Expand file tree Collapse file tree
scribejava-apis/src/test/java/com/github/scribejava/apis/examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[SNAPSHOT]
22 * fix Muplipart request model and implement it for a jdk HTTP client (thanks to https://github.com/NTPape)
3+ * remove any Google+ mention (switch to clean Google OAuth2) (thanks to https://github.com/fvasco)
34
45[6.2.0]
56 * add new API Microsoft Azure Active Directory (Azure AD) 2.0 (thanks to https://github.com/rzukow and https://github.com/dgrudenic)
Original file line number Diff line number Diff line change 1919
2020public class Google20AsyncAHCExample {
2121
22- private static final String NETWORK_NAME = "G+ Async" ;
23- private static final String PROTECTED_RESOURCE_URL = "https://www.googleapis.com/plus/v1/people/me " ;
22+ private static final String NETWORK_NAME = "Google Async" ;
23+ private static final String PROTECTED_RESOURCE_URL = "https://www.googleapis.com/oauth2/v3/userinfo " ;
2424
2525 private Google20AsyncAHCExample () {
2626 }
Original file line number Diff line number Diff line change 1616
1717public class Google20Example {
1818
19- private static final String NETWORK_NAME = "G+ " ;
20- private static final String PROTECTED_RESOURCE_URL = "https://www.googleapis.com/plus/v1/people/me " ;
19+ private static final String NETWORK_NAME = "Google " ;
20+ private static final String PROTECTED_RESOURCE_URL = "https://www.googleapis.com/oauth2/v3/userinfo " ;
2121
2222 private Google20Example () {
2323 }
Original file line number Diff line number Diff line change 1616
1717public class Google20RevokeExample {
1818
19- private static final String NETWORK_NAME = "G+ " ;
20- private static final String PROTECTED_RESOURCE_URL = "https://www.googleapis.com/plus/v1/people/me " ;
19+ private static final String NETWORK_NAME = "Google " ;
20+ private static final String PROTECTED_RESOURCE_URL = "https://www.googleapis.com/oauth2/v3/userinfo " ;
2121
2222 private Google20RevokeExample () {
2323 }
Original file line number Diff line number Diff line change 1717
1818public class Google20WithPKCEExample {
1919
20- private static final String NETWORK_NAME = "G+ " ;
21- private static final String PROTECTED_RESOURCE_URL = "https://www.googleapis.com/plus/v1/people/me " ;
20+ private static final String NETWORK_NAME = "Google " ;
21+ private static final String PROTECTED_RESOURCE_URL = "https://www.googleapis.com/oauth2/v3/userinfo " ;
2222
2323 private Google20WithPKCEExample () {
2424 }
You can’t perform that action at this time.
0 commit comments