没有用户,有没有一种方法可以访问LinkedIn API [英] Is there a way to access LinkedIn API without a user

查看:76
本文介绍了没有用户,有没有一种方法可以访问LinkedIn API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在构建一个使用REST API从LinkedIn获得数据的应用程序.当我的用户拥有LinkedIn帐户时,我将使用OAuth代表用户进行身份验证和访问数据.

I'm building an application that gets data from LinkedIn using the REST API. When my user has a LinkedIn account, I use OAuth to authenticate and access the data on the user's behalf.

我的问题是用户没有LinkedIn帐户时.在这种情况下,我想回退到匿名访问,并从LinkedIn获得非常基本的(公开的)信息.

My problem is when the user doesn't have LinkedIn account. In such a case, I'd like to fallback to anonymous access and get very basic (and public) information from LinkedIn.

我在其他一些问题和讨论中看到,LinkedIn通常不允许匿名访问其API,但是我也看到一些提示,也暗示了一些匿名提供的API.

I saw in some other questions and discussions that in general, LinkedIn does not permit anonymous access to its API, but I also saw some hints about some APIs available also anonymously.

绝对没有办法从LinkedIn中获取任何类型的数据 API是匿名的吗?即使是任何人都可以看到的最基本的数据 用户的公共个人资料,而无需登录?

Is there absolutely no way to get any type of data out of LinkedIn API anonymously? Even the most basic data anyone could see in a user's public profile without logging in?

推荐答案

每个使用条款,不允许向未经身份验证的用户显示API数据(第III(A)(1),III(A)(2)(g)节).从API提取的所有数据均应由经过身份验证的用户使用其OAuth凭据提取.

Per the Terms of Use, it is not permitted to display API data to a non-authenticated user (section III(A)(1), III(A)(2)(g)). All data pulled from the API should be pulled by an authenticated user, using their OAuth credentials.

就匿名显示基本个人资料而言,

In terms of showing basic profile data anonymously, the Member Profile plugin was designed to do this.

这篇关于没有用户,有没有一种方法可以访问LinkedIn API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆