LinkedIn Job Posting API implementation in Java

依然范特西╮ 提交于 2019-12-12 02:37:11

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/6292711/linkedin-job-posting-api-implementation-in-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!