amorenew / linkedin-j

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

Get post-ID from createPost or have createPost accept the PostCategoryCode #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I'm using GroupsApiClient to post a Job to LinkedIN Group.
2. But at this time, createPost goes in as discussion. I can't explicitly 
classify it as a Job.
3. I have to figure out a way to retrive the Post-ID and flagPost it as Job. I 
have a challenge retrieving the Post ID. I'm not sure about the various 
parameters in the overloaded getPostsByGroup methods either.

What is the expected output? What do you see instead?
Expect to post a Job. But end up posting a 'Discussion' in Group.

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

Please provide any additional information below.
Ideally, I would like createPost to return the post-ID created.
A work around would be to have good documentation on getPostsByGroup.

 PLease let me know if you need assistance and I can engage my team for documentation help.

Kumar

Original issue reported on code.google.com by Rajan...@gmail.com on 29 Jun 2012 at 4:46

GoogleCodeExporter commented 9 years ago
I can also help the project with developing additional examples as in 
http://code.google.com/p/linkedin-j/source/browse/trunk/linkedin-j/examples/src/
main/java/com/google/code/linkedinapi/client/examples/GroupsApiExample.java?r=40
8

Original comment by Rajan...@gmail.com on 29 Jun 2012 at 4:48