简体   繁体   English

通过一个oauth连接使用LinkedIn API

[英]Using the LinkedIn API with one oauth connection

I want to have my LinkedIn app connect to the API, and then let users of my website get data from the LinkedIn API through my app. 我想让我的LinkedIn应用程序连接到API,然后让我网站的用户通过我的应用程序从LinkedIn API中获取数据。 I don't want to require my users to connect to LinkedIn, because none of the data I need is on their profiles. 我不想要求我的用户连接到LinkedIn,因为我所需的任何数据都没有在他们的个人资料中。 Everything I need I can get through my personal OAuth connection. 我需要的一切都可以通过我的个人OAuth连接获得。 For example, company lookup. 例如,公司查询。

In short, is there a way to pass through a LinkedIn authentication for users of my website, such that only one access token is fielding the requests? 简而言之,是否有一种方法可以为我的网站用户通过LinkedIn身份验证,以便只有一个访问令牌来处理请求?

Technically, yes it can be done, but you'll be breaking the LinkedIn TOS, and you'll be getting yourself in trouble with LinkedIn. 从技术上讲,是可以做到的,但是您将要破坏LinkedIn的TOS,并会给LinkedIn带来麻烦。

Check the LinkedIn TOS, or take a look at a Linkedin API guide I have written which summarizes what can or what cannot be done, without breaking their terms of service. 查看LinkedIn TOS,或查看我编写的Linkedin API指南 ,该指南概述了在不违反服务条款的前提下可以做什么或不能做什么。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM