Skip to content

Sudarshan-Gowda/Spring-Mvc-LinkedIn-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linked-in-integration with Spring mvc

Steps to integrate your Application with LinkedIn

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..

Steps to create Credential(tokens) in Linked-In developer Site.

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.

Technology Used:

Java 8
Spring MVC

Tools Used

Eclipse - Mars
Sevrver - Wildfly 10

About

Linked- In Integration with Spring MVC

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors