在使用Android在linkedin上发布消息时需要帮助 [英] Want help in post message on linkedin using android

查看:53
本文介绍了在使用Android在linkedin上发布消息时需要帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在android的Linkedin中发表评论/分享我想对用户在android的Linkedin中发送的分享/发表评论?有没有可用的可用源代码?

How to do comment on post/share in linkedin in android i want to put a comment on share/post which is send by user in linkedin in android? Is there any working source code available for this?

推荐答案

一旦您获取了网络更新并有要评论的特定更新,您要做的就是进行以下POST调用:

Once you've fetched the network updates and have a particular update to comment on, all you need to do is make the following POST call:

POST http://api.linkedin.com/v1/people/~/network/updates/key={NETWORK UPDATE KEY}/update-comments

发布的XML输入示例:

Example of a the XML input being posted:

<?xml version='1.0' encoding='UTF-8'?>
<update-comment>
  <comment>I wish my company also offered skydiving classes!</comment>
</update-comment> 

更多详细信息可以在此文档中找到: https ://developer.linkedin.com/documents/commenting-reading-comments-and-likes-network-updates

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

这篇关于在使用Android在linkedin上发布消息时需要帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆