Abhijith12 / linkedin-j

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

Support for liking and commenting network updates #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
N/A

What is the expected output? What do you see instead?
It would be nice if the API supported the actions "like" and "comment" on 
network updates

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

Please provide any additional information below.

Original issue reported on code.google.com by pedro.pa...@gmail.com on 11 Oct 2010 at 1:12

GoogleCodeExporter commented 8 years ago
There are two methods in the LinkedInApiClient for these actions:
postComment(String networkUpdateId, String commentText);
likePost(String networkUpdateId);

Original comment by nabeelmukhtar on 27 Jan 2011 at 7:29