LinkedIn 职位发布 API 在 Java 中的实现
我们开展了一个新项目,使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您深入讨论之前,我想确保您知道职位发布 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