rest - Want help in post message on linkedin using android -


how comment on post/share in linkedin in android want put comment on share/post send user in linkedin in android? there working source code available this?

once you've fetched network updates , have particular update comment on, need make following post call:

post http://api.linkedin.com/v1/people/~/network/updates/key={network update key}/update-comments 

example of xml input being posted:

<?xml version='1.0' encoding='utf-8'?> <update-comment>   <comment>i wish company offered skydiving classes!</comment> </update-comment>  

more details can found in document: https://developer.linkedin.com/documents/commenting-reading-comments-and-likes-network-updates


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -