You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I remember that when I refactored the linkedin integration that I needed to explicitly use the r_liteprofile scope instead of the r_basicprofile scope but I can't remember the reason why. The vanity name is included in the r_basicprofile but I'm unsure what the consequences would be of using that instead. I think at the worst it'll break people's apps because the integration will suddenly request more fields than the user has access to and prevent them from logging in.
Maybe it's better that we tackle #368 instead so you can explicitly set other scopes in your app. This would prevent the above problem. In any case the current scopes are enough for a basic login (which is the main purpose of socialite).
This is missing in the current integration, would be nice to see this added.
The text was updated successfully, but these errors were encountered: