https://github.com/careydevelopment/facebooklogin
Spring Boot app that enables users to login with Facebook
https://github.com/careydevelopment/facebooklogin
Last synced: over 1 year ago
JSON representation
Spring Boot app that enables users to login with Facebook
- Host: GitHub
- URL: https://github.com/careydevelopment/facebooklogin
- Owner: careydevelopment
- Created: 2017-03-20T19:31:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T10:54:29.000Z (over 8 years ago)
- Last Synced: 2025-02-18T04:59:53.898Z (over 1 year ago)
- Language: HTML
- Size: 877 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FacebookLogin
This project contains a Spring Boot demo that enables a user to login with Facebook
Be sure to add your own app ID and secret to the GetTokenController class!
Just pull this project down in Eclipse, then build it. Once it's built, you can run it from the command line with:
java -jar facebooklogin-1.0.jar
Alternatively, you can run it within Eclipse by right-clicking on Application and selecting Run As... Java Application.
Once the application is launched, you can access it at http://localhost:8090/facebookLogin