Skip to content

Commit a7ef58a

Browse files
committed
cleanup
1 parent 09d585d commit a7ef58a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
facebook:
5656
authorizationUri: https://www.facebook.com/v3.0/dialog/oauth
5757
tokenUri: https://graph.facebook.com/v3.0/oauth/access_token
58-
userInfoUri: https://graph.facebook.com/v3.0/me?fields=id,first_name,middle_name,last_name,name,email,verified,is_verified,picture
58+
userInfoUri: https://graph.facebook.com/v3.0/me?fields=id,first_name,middle_name,last_name,name,email,verified,is_verified,picture.width(250).height(250)
5959
```
6060

6161
*Please make sure that `http://localhost:8080/oauth2/callback/<provider>`* is added as an authorized redirect uri in the OAuth2 provider. For example, In your [Google API console](https://console.developers.google.com/projectselector/apis/credentials?pli=1), make sure that `http://localhost:8080/oauth2/callback/google` is added in the **Authorized redirect URIs**

spring-social/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2424
<java.version>1.8</java.version>
25-
<spring-cloud.version>Finchley.M9</spring-cloud.version>
2625
</properties>
2726

2827
<dependencies>

0 commit comments

Comments
 (0)