https://github.com/yangboz/linkedin-j
Automatically exported from code.google.com/p/linkedin-j
https://github.com/yangboz/linkedin-j
Last synced: 6 months ago
JSON representation
Automatically exported from code.google.com/p/linkedin-j
- Host: GitHub
- URL: https://github.com/yangboz/linkedin-j
- Owner: yangboz
- Created: 2015-09-22T06:17:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T06:27:18.000Z (about 10 years ago)
- Last Synced: 2025-02-08T05:17:54.263Z (8 months ago)
- Language: HTML
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linkedin-j
Automatically exported from http://code.google.com/p/linkedin-jLinkedIn recently opened their API for public access. This project provides a java wrapper to the API.
#Getting Started
For a brief introduction of API usage, see Getting Started page https://code.google.com/p/linkedin-j/wiki/GettingStarted.For complete stand-alone examples see Examples Source https://code.google.com/p/linkedin-j/source/browse/#svn/trunk/linkedin-j/examples.
#Typical OAuth Flow
A typical OAuth flow using the library is described in OAuth Flow https://code.google.com/p/linkedin-j/wiki/OAuthFlow.#Asynchronous API
Examples of using the asynchronous API are described in Asynchronous API https://code.google.com/p/linkedin-j/wiki/AsynchronousAPI.#Maven Configuration
If you plan to use the library using maven, this page will guide you.Maven Configuration https://code.google.com/p/linkedin-j/wiki/MavenConfiguration
#Spring Configuration
If you plan to use the library in conjunction with Spring framework, this brief tutorial will guide you.Spring Configuration https://code.google.com/p/linkedin-j/wiki/SpringConfiguration
#Android Configuration
For android platforms there are some specific considerations.This page describes some of them. Android Configuration https://code.google.com/p/linkedin-j/wiki/AndroidConfiguration
#API Design
A brief design of the API is described here. API Design.https://code.google.com/p/linkedin-j/wiki/APIDesign#API Schema
The unofficial W3C XML schema of the LinkedIn API http://developer.linkedin.com/index.jspa is given here.LinkedIn API Schema http://code.google.com/p/linkedin-j/source/browse/trunk/linkedin-j/core/src/main/resources/com/google/code/linkedinapi/schema/linkedin-api-schema.xsd