【问题标题】:linkedin company logo url [closed]LinkedIn公司徽标网址[关闭]
【发布时间】:2016-10-09 22:12:01
【问题描述】:

我正在使用linkedin Oauth2 api 来获取公司详细信息,但我无法从该api 中获取公司logo-url。请帮我解决这个问题。

https://api.linkedin.com/v1/companies/7787763:(logo-url)?oauth2_access_token=ACESS_TOKEN&format=json

当我使用这个 url 时,我收到一个空的 json 值

【问题讨论】:

  • 你真的不应该公开分享你的访问令牌。

标签: java api linkedin oauth2


【解决方案1】:

正确的网址是:

https://api.linkedin.com/v1/companies/7787763/logo-url?oauth2_access_token=ACESS_TOKEN&format=json

要获取字段,请在 id 后添加 /field_name

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-09-14
    • 2021-12-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-02-24
    • 2015-10-05
    相关资源
    最近更新 更多