Is there a way to fetch a higher resolution profile image using the Linkedin provider? #12970
Unanswered
AdamPetroff
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm using "next-auth": "5.0.0-beta.25"
the returned profile object contains property
picture
which is a URL to the user's profile image, but the resolution is only 100x100px. Is there any way to get a higher resolution one? I found online that I should use thishttps://api.linkedin.com/v2/me?projection=(id,profilePicture(displayImage~:playableStreams))
but it gives me a 403: Not enough permissions to access: me.GET.NO_VERSION. This is how I'm currently trying to do it:Beta Was this translation helpful? Give feedback.
All reactions