从公司页面获取 LinkedIn-feeds - up-to-date-info

Fetch LinkedIn-feeds from a company's page - up-to-date-info

我想获取公司页面的提要(例如内容、标题和缩略图)并将它们显示在其他地方,而无需任何人登录。但是有关如何进行的信息,或者是否是possible 是非常矛盾或不赞成的。

首先:有没有可能(2019年3月)?

如果是这样,哪些信息是正确的: - 我是否必须申请合伙或类似的东西 或者 - 是否可以像 LinkedIn-API 的版本 1 那样提出请求? (我最好使用 PHP fpr 请求。)

我找到了以下解决方案,但似乎都不起作用: - 旧版本 1 - Activity 饲料 API - 分享 API - 教资会 Post API - 只有合作伙伴才有可能(https://developer.linkedin.com/partner-programs); here I could submit an APP:https://business.linkedin.com/marketing-solutions/marketing-partners/become-a-partner/marketing-developer-program,但与 my-apps 创建应用程序有什么区别? - 不可能了

哪个是正确的? 我必须使用哪个 API?

非常感谢您的建议。

更新 - 我尝试了以下操作:

我在https://www.linkedin.com/developers/apps下注册了一个testapp。

这为我提供了 Client-ID 和 Client-Secret。

我按照此处所述使用了它:https://docs.microsoft.com/en-us/linkedin/shared/authentication/client-credentials-flow?context=linkedin/consumer/context,但我得到的响应是:

{
    "error": "access_denied",
    "error_description": "This application is not allowed to create application tokens"
}

研究这个,我发现了以下信息:

Can I get an access token for my application that doesn't require a member to login?

We do not provide access tokens for applications that are not associated with a particular LinkedIn member.

If your application requires you to make API calls in an automated way - without user interaction, you need to bootstrap the first access token request by manually signing in, and then ensure that your application refreshes the token automatically prior to expiry to avoid the need for additional human authentication. (https://developer.linkedin.com/support/faq)

这听起来像是不可能为公司编写应用程序,而不拥有他们的 LinkedIn-profile...

但我也发现了这个:

Client Credential Flow (2-legged OAuth): https://docs.microsoft.com/en-us/linkedin/shared/authentication/client-credentials-flow?context=linkedin/consumer/context: Contributors If your application needs to access APIs that are not member specific, use the Client Credential Flow. Your application cannot access these APIs by default. Contact us to have your application granted permission to use this flow. (LinkedIn API: Access Denied when getting Access Token)

但是这个信息也是 2014 年的,LinkedIn 在去年 3 月左右更改了他们的身份验证方法...

我真的不知道哪些信息是 up-to-date 以及联系谁或在哪里注册我的申请... 问题是,我必须事先知道这一点,然后才能注册我的实际应用程序。

您必须申请 LinkedIn 营销计划并请求 r_organization_socialw_organization_social permissions

这是他们曾经免费授予的权限,但现在不再授予了。