Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextanhongpin/go-fb-oauth
Sample FB Oauth for golang
https://github.com/alextanhongpin/go-fb-oauth
facebook golang oauth2
Last synced: about 2 months ago
JSON representation
Sample FB Oauth for golang
- Host: GitHub
- URL: https://github.com/alextanhongpin/go-fb-oauth
- Owner: alextanhongpin
- Created: 2020-01-23T05:55:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T05:56:55.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T23:09:40.195Z (9 months ago)
- Topics: facebook, golang, oauth2
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook OAuth2
To test it on localhost, ensure that your application is set to `Development` mode in `developers.facebook.com/apps`.
`App ID` and `App Secret` can be obtained in `Settings > Basic`.
Set the `Valid OAuth Redirect URLs` in `Products > Facebook Login > Settings`. E.g. `http://localhost:8080/oauth2Callback`.