flask-fbapi icon indicating copy to clipboard operation
flask-fbapi copied to clipboard

Facebook API for Flask (http://flask.pocoo.org) based applications.

Results 1 flask-fbapi issues
Sort by recently updated
recently updated
newest added

The extension currently stores the application on self in all cases, even if initialized with `init_app`. This is something Flask extensions should not really do if they can avoid it....