Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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