LinkedIn Job Posting API implementation in Java
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.
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
精彩评论