alfdev / linkedin-j

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

More Profile fields #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Nabeel!

Do you plan to add support for other profile fields, such as `date-of-birth`,  
`im-accounts`, `phone-numbers` or `twitter-account` and others, described in 
http://developer.linkedin.com/docs/DOC-1061 ? 

--
Victor

Original issue reported on code.google.com by fase...@gmail.com on 18 May 2010 at 8:04

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out. I will add these fields in the next build this 
weekend.

Regards
Nabeel Mukhtar

Original comment by nabeelmukhtar on 18 May 2010 at 8:26

GoogleCodeExporter commented 9 years ago
See the new fields added in ProfileField enumeration.
ProfileField.IM_ACCOUNTS, ProfileField.TWITTER_ACCOUNTS, 
ProfileField.DATE_OF_BIRTH,
ProfileField.MAIN_ADDRESS, ProfileField.PHONE_NUMBERS.
The Person entity has also been updated with corresponding properties.

Original comment by nabeelmukhtar on 24 May 2010 at 2:39