With Flask-OpenID there’s a really nice OpenID module for the Flask framework.
However, facebook only supports FBconnect and no real OpenID.
I’m looking for a modified version of Flask-OpenID (if one exists) which supports FBconnect or a library doing FBconnect authentication in a similar way as Flask-OpenID.
The Flask-OAuth extension supports Facebook authentication:
Here’s a full Facebook example: https://github.com/mitsuhiko/flask-oauth/blob/master/example/facebook.py