yangboz / linkedin-j

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

Support for using field selectors when fetching user & network updates #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Thank you for making & sharing this library.

What steps will reproduce the problem?
1. Get a LinkedInApiClient
2. Call getUserUpdates()
3. The resulting objects don't seem to carry all the information. 

What is the expected output? What do you see instead?

With share updates, I want to get the contents of the share! The title, text & 
url.

What version of the product are you using? On what operating system?

Latest on Linux

Please provide any additional information below.

Looking at the LinkedIn documentation, I think you have to pass field selectors 
to get this information.
Elsewhere in LinkedIn-J there are methods for specifying Set<FieldSelector>. 
But in getUserUpdates() and getNetworkUpdates(), this is not supported.

Original issue reported on code.google.com by daniel.winterstein on 8 Apr 2012 at 10:10