amorenew / linkedin-j

Automatically exported from code.google.com/p/linkedin-j
0 stars 0 forks source link

Add support of parameter picture-urls::(original) for profile #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This need to get url for original image of user.
See this:
https://developer.linkedin.com/thread/2364
http://stackoverflow.com/questions/6955647/getting-linkedin-profile-picture

Original issue reported on code.google.com by bardadym...@gmail.com on 11 Apr 2012 at 7:18

GoogleCodeExporter commented 9 years ago
In order to receive a high resolution photo from linkedin we need to support 
picture-urls::(original). 
The XML response will add this fragment which linkedin-j needs to support in 
the schema:

<picture-urls total="1">
<picture-url key="original">http://media.linkedin.com/...</picture-url>
</picture-urls>

In the ProfileField class we'll need to add:
PICTURE_URLS_ORIGINAL("picture-urls::(original)", null, true)

Please add this to the next version.

Thanks,
Amit On

Original comment by a...@callapp.com on 30 May 2012 at 2:55

GoogleCodeExporter commented 9 years ago
Hi. 

Any updates on this? We would definitely like to have this included in the 
apis. 

Thank you so much!

Original comment by shivangs...@gmail.com on 20 May 2013 at 8:42

GoogleCodeExporter commented 9 years ago
We need higher resolution image url, Can you please let us know when can we get 
this supported by linkedin-j.

Thanks.

Original comment by imeetdev...@gmail.com on 4 Jun 2013 at 7:17

GoogleCodeExporter commented 9 years ago
Did original Picture parameter added?

Original comment by amit.moh...@gmail.com on 17 Apr 2014 at 11:16