Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postShare in group #143

Open
GoogleCodeExporter opened this issue May 1, 2015 · 0 comments
Open

postShare in group #143

GoogleCodeExporter opened this issue May 1, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hello,

There is a requirement to post link (Image + Hyperlink + Text) in linkedin 
Group using Java. I tried following to achieve this.

Using LinkedinJ API:
-> There is only one method for sharing a post in group,
    LinkedInApiClient.createPost("GROUPID","POST TITLE","POST MESSAGE");
-> But there is no support for posting a link in Group.
-> We can post link in account wall using
    LinkedInApiClient.postShare("POST TITLE", "LINK TITLE", "POST MESSAGE", "LINK URL", "IMAGE URL", VisibilityType.ANYONE);

Using SpringSocial-LinkedIn API:
-> In spring API there is one method to post in group,
    linkedin.groupOperations().createPost(GROUPID,"POST TITLE","POST MESSAGE");
-> But, there is no method to post link in LinkedIn group.

Manually there is a way to post link in the group. The following are the steps.
1) Post share in the account first. 
2) Share the post in the linked in group.

The following are the questions?
1) Way to achieve the above functionality?
2) Way to get the post id using API?
3) Alternate way to post link in LinkedIn group?

Thanks,
Amit G.

Original issue reported on code.google.com by [email protected] on 31 Mar 2014 at 7:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant