Skip to content

TechPrimers/spring-boot-facebook-login-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Facebook Login example

This example is based on Spring Boot's Facebook login demo

Architecture

architecture

Version

  • Spring Boot 2.1.5
  • Spring Security 2.1.5
  • Spring OAuth2 Auto Configure 2.1.5
  • Webjars Jquery 2.1.3

Notes

  • http://localhost:8080/ - Will show the Login here option and authenticates and displays user information from Facebook
  • application.yml - contains API information and can be changed for your Facebook API.
  • index.html - contains the code for displaying the user information using Jquery.