LinkedIn API Authentication using Java
I am new to Linked In API for authentication. I went the API document provided by LinkedIn. It has samples for RUBY,PYTHON and PHP. But i am asked to achieve the same using Java. I need to read the profiles of a user in linked in. Can anyone suggest me any links or examples to do the same in Java. You need to utilize some OAuth library. Try looking into Scribe . Here's one of the LinkedIn examples in Java: package org.scribe.examples; import java.util.Scanner; import org.scribe.builder.*; import org.scribe.builder.api.*; import org.scribe.model.*; import org.scribe.oauth.*; public class