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。