Skip to content

A quick demo for facebook oauth third party login with flask.

Notifications You must be signed in to change notification settings

cftang0827/flask-fb-oauth-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-fb-oauth-demo

A quick demo for facebook oauth third party login with flask.

Create localhost https certificate for testing

  • Install mkcert on MacOS for creating local version certificate
brew install mkcert
  • Then create a localhost cert
mkcert localhost 
  • Then you will get the cert file
localhost.pem
localhost-key.pem

Install requirements

pip install -r requirements.txt

Lauch Flask test app

python app.py

and click fb login link, and you will get access_token for facebook login.

About

A quick demo for facebook oauth third party login with flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published