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. 回答1: 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.*;