We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0b925 commit c77af3aCopy full SHA for c77af3a
spring-social/src/main/resources/application.yml
@@ -41,7 +41,7 @@ spring:
41
facebook:
42
authorizationUri: https://www.facebook.com/v3.0/dialog/oauth
43
tokenUri: https://graph.facebook.com/v3.0/oauth/access_token
44
- userInfoUri: https://graph.facebook.com/v3.0/me?fields=id,first_name,middle_name,last_name,name,email,verified,is_verified,picture
+ 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)
45
app:
46
auth:
47
tokenSecret: 926D96C90030DD58429D2751AC1BDBBC
0 commit comments