【问题标题】:How to get posts of an organization from LinkedIn where Im the admin of the page如何从我是页面管理员的 LinkedIn 获取组织的帖子
【发布时间】:2021-08-30 22:56:34
【问题描述】:

作为公司页面的管理员,我如何通过 LinkedIn api 访问该公司的帖子

我被任命为我公司资料的管理员。我创建了一个应用程序并将我的公司映射到该应用程序。但奇怪的是我只获得了应用程序的三个权限:

r_emailaddress
r_liteprofile
w_member_social

但我读到要获取公司更新,我应该使用 UGC Api。当我阅读 api 文档时,它指出我需要按照以下链接拥有 r_member_socialr_organization_social

https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api

你们能告诉我如何获得对我的应用程序的这些权限吗?

我尝试使用 UGC Api,但它说我的应用程序无权访问。

任何人都可以在这里帮助我获取所需的信息

【问题讨论】:

    标签: linkedin linkedin-api


    【解决方案1】:

    为了扩展应用程序权限,您应该请求访问Marketing Developer Platform。在LinkedIn Developer 页面的Products 下,您应该添加Marketing Developer Platform。 当他们授予您新产品时,应改进新权限,例如:

    r_emailaddress
    w_share
    r_ads
    w_organization_social
    rw_ads
    r_basicprofile
    r_liteprofile
    r_ads_reporting
    r_organization_social
    rw_company_admin
    rw_organization_admin
    w_member_social
    

    另外,您可以使用公司 ID 使用 api Retrieve Shares

    curl  -X GET \
       -H "Authorization:Bearer token<>" \
     'https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:company:{id}'
    

    希望有帮助

    【讨论】:

    • 是的,看起来...我们需要标记开发者平台,没有它是非常困难的。即使对于共享 api,我们也获得了“没有足够的访问权限:GET-owners /shares”所以我想如果没有营销开发平台,将很难获得对我公司帖子的访问权限。
    • 嗨@KarthickShanmugam 我想是的
    • stackoverflow.com/q/56338792/8631622 请调查这个问题。我做了我能做的一切。但我无法解决这个问题@Matteo
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-03-09
    相关资源
    最近更新 更多