Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Short answer, you can't.</p> <p>Long answer, even after 2 years of promising Linked-in still have not produced a suitable API for groups management, despite myself (I'm an LI group manager) and many others who own and/or manage groups on LI repeatedly asking.</p> <p>now... to look at it from the other point of view:</p> <p>You don't really need an API to post, after all it is just a html we server, however even with LI you can't do anything without a user login, and that means oauth code to log you in, creation of account, getting a login token and then providing that and a ton more information, as well as the semantics of the discussion.</p> <p>In short it's not going to be a simple post, even with groups that are open, and for such a simple task it's going to require you a lot of work.</p> <p>However, if your adamant, then I would start by installing tools like fiddler &amp; wire-shark, then analysing a manual session on LI and observing the process of logging in, creating posts etc ... end to end, so you understand what's sent where. Once you've done that, it's then just a question of reproducing that in PHP</p> <p>If your wanting this to write an automated spamming tool by the way, I really wouldn't bother, because the second it gets seen, it will get shut-down and prevented from being used by LI management.</p> <p>UPDATE:</p> <p>Looking at the links provided by the OP it appears there is a groups API now, and I have to say it's something that LI remain very quiet about when asked by group owners (Hence the large amount of screen scraping I've done before now)</p> <p>Moving on, and looking at the sample link you provided:</p> <p><a href="http://api.linkedin.com/v1/groups/12345/posts:(title,summary,creator)?order=recency" rel="nofollow">http://api.linkedin.com/v1/groups/12345/posts:(title,summary,creator)?order=recency</a></p> <p>I don't know the API yet (Some investigation is required) but, one thing that sticks out is it looks like you </p> <p>A) Need an account B) Need to an API key (Presumably so LI can track your usage) C) Need to have performed some kind of OAuth authentication and logged in before you can use it.</p> <p>As things stand, I would recommend that you do what I'm about to and read through all the docs. :-)</p> <p>We've both learned something new here.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload