LinkedIn API网络更新

LinkedIn API网络更新,linkedin,Linkedin,我在使用API方法更新LinkedIn网络时遇到问题 我可以提取我的SHAR和CMPY网络更新,但当我尝试过滤CONN、VIRL或其他类型时,我会得到不同类型的网络更新。让我向你解释 这个 作品及回报: <updates total="120" count="70" start="0"> <update> <update-type>SHAR</update-type> </update> <

我在使用API方法更新LinkedIn网络时遇到问题

我可以提取我的SHAR和CMPY网络更新,但当我尝试过滤CONN、VIRL或其他类型时,我会得到不同类型的网络更新。让我向你解释

这个

作品及回报:

<updates total="120" count="70" start="0">
    <update>
        <update-type>SHAR</update-type>
    </update>
    <update>
        <update-type>SHAR</update-type>
    </update>
    ...
</updates>

沙尔
沙尔
...
这个

不工作,返回:

<updates total="201" count="94" start="0">
    <update>
       <update-type>CONN</update-type>
    </update>
    <update>
        <update-type>SHAR</update-type>
    </update>
    <update>
        <update-type>VIRL</update-type>
    </update>
    ...
</updates>

康涅狄格州
沙尔
病毒
...

LinkedIn是否更改了网络更新类型?

病毒更新是指该人对其采取行动(喜欢或评论)的更新。因此,它可以包括各种其他更新。原始更新在原始更新下

我使用了JSON输出,所以看起来是这样的:

和扩展原始更新键;看起来是这样的: