pallets-eco / flask-social

OAuth Provider Integration for Flask-Security
MIT License
245 stars 103 forks source link

Can Flask-social be used for LinkedIn? #63

Open kramer65 opened 10 years ago

kramer65 commented 10 years ago

I'm trying to implement a Login-with-LinkedIn functionality on my Flask website. I'm currently starting to build something flask-oauthlib. Since I'm a noob with OAuth I wonder whether flask-social also supports LinkedIn and whether it is easier to use flask-social or flask-oauthlib?

All tips are welcome!

dipankar commented 9 years ago

Yes, flask-social does have support for linkedin. You can see it in the provider listing here https://github.com/mattupstate/flask-social/tree/develop/flask_social/providers

Just recently used it to integrate with FB and twitter, this is possibly lot faster to get started with than flask-oauthlib.

Hope this helps!