https://github.com/techprimers/spring-boot-facebook-login-example
Spring Boot using OAuth2 and Facebook Login example
https://github.com/techprimers/spring-boot-facebook-login-example
facebook-login facebook-oauth2 spring-boot-security spring-boot-security-oauth2
Last synced: 9 months ago
JSON representation
Spring Boot using OAuth2 and Facebook Login example
- Host: GitHub
- URL: https://github.com/techprimers/spring-boot-facebook-login-example
- Owner: TechPrimers
- Created: 2019-06-15T05:39:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T21:07:19.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:51:12.054Z (10 months ago)
- Topics: facebook-login, facebook-oauth2, spring-boot-security, spring-boot-security-oauth2
- Language: Java
- Size: 166 KB
- Stars: 16
- Watchers: 1
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot Facebook Login example
This example is based on Spring Boot's Facebook login demo
## 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.