Step 1 : Dowmload this repository & do maven import.
Step 2 : Give ur client id & client secret (which is created in developer side) in LoginController.java file.
Step3 : Add the server and Run this Application. Once the project is successfully deployed you will be redirected to login page with Linked-in Icon.
Step4 : Once you Clicked on the Linked in Icon, you will be redirected to Linked in Login Page. Enter your linked in account credential or any linked in account credential. If the credential is valid you will be redicted to welcome page with logged in User details like First Name , Last Name, Email Address, Place etc..
Step 1: Hit the URL in any browser https://developer.linkedin.com.
Step 2: Go to My Apps.
Step 3: Create Application.
Step 4: Fill all the details.
Step 5: Give Authorized Redirect URLs to where you want to redirect your credential after logged in.
[ex: (http://localhost:8085/linked-in-integration/linkedin/result) ] , then click Add.
Step 6: You will get Client Id & client Secret on the Screen. Note down the secret & use that for Integration of your Application with Linked In.
Java 8
Spring MVC
Eclipse - Mars
Sevrver - Wildfly 10
