I'm currently using the SocialAuth library to log into various social medias in my app, but i've run into an issue with LinkedIn.
I can easily get the profile image URL and use it to grab the image and put into an ImageView, but the image i get is 80x80 pixels, which is not ideal.
With both Facebook and Twitter, there was a distinction in the URL (small, normal, large) of some sort, where i could substring/replace to get the large image. But this option is not available for LinkedIn from the URLs i have available.
Is there some method that i'm missing, or is it simply not possible at the moment?