LinkedIn Post Content

A user must be able to publish a POST on LinkedIn. This can be developed by using LinkedIn's interface or by sniffing their API. The output data must be : { "date":null, // date of the post "text_content":null, // content of the post "img_content":null, // the image url in the post (if any) "post_url":null, // link that redirects to the post "author_handle": null, // linkedin handle of the author "author_profile_url": null // linkedin url of the author "comment" : null, // the link to the first comment posted by the author }