LinkedIn 职位发布 API 在 Java 中的实现

发布于 2024-11-14 16:21:22 字数 351 浏览 1 评论 0原文

我们开展了一个新项目,使用 Web 应用程序中的职位发布 API 将职位直接发布到 LinkedIn。我们的网络应用程序是用 Java 开发的。

为了发布职位,LinkedIn 使用 OAuth 签名调用。基于 OAuth 的身份验证对我来说非常新鲜。 LinkedIn 开发人员中提供了用于用 C# 发布职位的示例代码 此处。但不幸的是,我找不到 Java 的等效示例代码。

非常感谢任何用 Java 编写的将职位发布到 LinkedIn 的指针/示例代码。

We've undertaken a new project of posting Jobs directly to LinkedIn using Job Posting API from within our web application. Our web application is developed in Java.

In order to post jobs, LinkedIn uses OAuth signed calls. OAuth-based authentication is very new for me. There is sample code available in LinkedIn Developers for posting of Jobs in C# here. But unfortunately, I couldn't find equivalent sample code for Java.

Any pointers/example code in posting of Jobs to LinkedIn written in Java are greatly appreciated.

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

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

发布评论

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

评论(1

苍风燃霜 2024-11-21 16:21:23

在您深入讨论之前,我想确保您知道职位发布 API 是一个封闭程序,需要您联系 LinkedIn、满足某些条件并签署 API 修订案。

http://developer.linkedin.com/community/jobs

假设你在那里很好,这里是示例代码展示了如何使用 Scribe 在 Java 中进行 LinkedIn API 调用。您应该能够将其与 C# 代码一起使用,并轻松获得所需的内容。

http://developer.linkedin.com/message/4568#4568

Before you get too far, I want to make sure that you know that the Job Posting API is a closed program that requires you to contact LinkedIn, meet certain criteria, and sign an API amendment.

http://developer.linkedin.com/community/jobs

Assuming you are good there, here is sample code showing how to make LinkedIn API calls in Java using Scribe. You should be able to take that along with the C# code and get what you need without too much difficulty.

http://developer.linkedin.com/message/4568#4568

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