如何从LinkedIn API获取公司资料信息?

时间:2019-07-08 17:29:58

标签: python api request linkedin

LinkedIn API令人困惑,我不确定该怎么做。我一直在网上参考其他资源,以了解如何通过linkedin-python包连接到API,但是一直在努力让我的应用程序连接到API。

到目前为止,我有client_id,client_secret,oauth_token和ouath_token_secret。

示例:

authentication = linkedin.LinkedInAuthentication(client_id, client_secret, RETURN_URL, linkedin.PERMISSIONS.enums.values())

print(authentication.authorization_url)  # open this url on your browser

application = linkedin.LinkedInApplication(authentication)

当我单击该URL时,我得到一个 unthorized_scope错误 r。

0 个答案:

没有答案