LinkedIn公司页面的帖子

时间:2014-01-07 07:18:40

标签: javascript linkedin

我想使用JavaScript显示LinkedIn Company page的帖子。

目前,我只能使用JavaScript API参考显示Company Information

function onLinkedInAuth() 
{
    IN.API.Raw("/companies/222180:(id,name,ticker,description,locations,company-type)").result(displayposts);
}

有没有办法显示Company page的前5个帖子?

0 个答案:

没有答案