|
55 | 55 | facebook: |
56 | 56 | authorizationUri: https://www.facebook.com/v3.0/dialog/oauth |
57 | 57 | 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) |
59 | 59 | ``` |
60 | 60 |
|
61 | 61 | *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** |
|
0 commit comments