0 votes
in Python Flask by
How to integrate Twitter or Similar API with the Flask Application?

1 Answer

0 votes
by

To integrate with Flask, we can make use of a Flask extension called Flask-Social. It not only helps in authenticating users from Twitter but also other social platforms or accounts such as Facebook and Google. We need to use Flask-Social along with Flask-Security.

We need to install individual API libraries in Python and also need to get consumer and secret keys by registering the Flask application on the external account providers.

...