Linkedin授权页面自动授权oAuth

发布于 2024-12-10 04:12:55 字数 827 浏览 0 评论 0原文

我已经让 oAuth 与链接 API 一起使用。舞蹈效果很好。但现在我的 Linkedin 数据在我的网站上正确显示,我现在正在考虑油门限制和加载速度。

我不希望该网站全天不断发出请求。如果我可以每 6 小时通过 cron 运行一个脚本来一次性发出所有请求,那就更好了。 (每次请求数将少于 3000 个。)这将使我的页面加载速度更快,并且我的网站无需等待 API 回调即可显示完整页面。

头痛 = 使用 Linkedin API 时,所有调用都必须经过身份验证。用户在每个会话中手动执行一次此操作,但我如何编写此过程的脚本?在脚本继续发出请求之前,是否有直接的方法将我的?详细信息发送到linkedin以进行自动处理?


https://developer.linkedin.com/documents/authentication

我的设置使用:

I already have oAuth working with the Linked API. The dance is working nicely. But now I have the Linkedin data displaying correctly on my site I'm now thinking about throttle limits and load speeds.

I don't want the site to keep requesting throughout the day. It would be better if I could run a script via cron every 6 hours to make the requests all at once. (There will be less than 3000 requests each time.) This will make my pages load faster and my site wont have to wait for the API callbacks in order to display the full page.

Headache = When using the Linkedin API all calls have to be authenticated. Users do this manually once per session but how can I script this process? Is there a direct way to send my? details to linkedin to autorize before the script carries on making requests?


https://developer.linkedin.com/documents/authentication

My setup uses:

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白首有我共你 2024-12-17 04:12:55

为什么每个会话需要对呼叫进行一次身份验证?我在 LinkedIn API 中没有看到任何建议您需要进行多次身份验证的内容。

使用 OAuth,只需要授权一次,您存储访问令牌,然后使用存储的令牌来访问数据。

Why do the calls need to be authenticated once per session? I haven't seen anything in the LinkedIn API to suggest that you need to authenticate more than once.

With OAuth, it should only need to be authorized once, you store the Access Token and then you use the stored tokens from then on to access the data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文