Hi!
I followed the step from this post:
However, I could only get the ID, first & last name, email address. I can’t get the member profile picture. My setting are as following:
Get
https://api.linkedin.com/v2/me?projection=[projection]
projection = (id,profilePicture(displayImage~:playableStreams),firstName,lastName)
You could see there is no picture when I initialize the call:
Could anyone help me? Please…
Explore the api documentation and see if there is another call that provides it
Thank you for your response! But I find that the I am using the same Api request, it doesn’t work…