0

I'm developing a LinkedIn social login for Android app. After the authentication, I'm getting the profile image URL. But it was too small (w=80px * h=80px). Has there any way to get large image?

Arvin Jayanake
  • 1,475
  • 3
  • 14
  • 26

1 Answers1

2

You can fetch the original size (the size uploaded by the user) of the profile picture URL like so:

https://api.linkedin.com/v1/people/~/picture-urls::(original)
jzeferino
  • 7,700
  • 1
  • 39
  • 59
parveen
  • 557
  • 3
  • 13