Open GoogleCodeExporter opened 9 years ago
I found a solution , I should specify summary field :
Set<PostField> fields = new HashSet<PostField>();
fields.add(PostField.SUMMARY);
//... add other fields
Posts posts = client.getPostsByGroup(gid, fields, 0, 20);
Original comment by cercleim...@gmail.com
on 28 Sep 2012 at 11:20
Thanks, cercleim...@gmail.com! I'm having a hard time using Groups with
linkedin-j due to the complete dearth of documentation.
This post saved me a bunch of time figuring it out myself. Thanks!
Original comment by jjdemp...@gmail.com
on 7 Feb 2013 at 9:36
Original issue reported on code.google.com by
cercleim...@gmail.com
on 28 Sep 2012 at 10:25