mehdi-essebbar / bootcamp-hackernews

A web application for news, kind of a clone of this https://news.ycombinator.com/news, but for learning purposes.
0 stars 0 forks source link

Facebook OAuth2 is not configured #6

Open hemache opened 6 years ago

hemache commented 6 years ago

I'm getting following error when trying to login w/o Facebook

ImproperlyConfigured at /login/
No Facebook app configured: please add a SocialApp using the Django admin
mehdi-essebbar commented 6 years ago

Oh, I forget to further detail how to incorporate the social app authentication to the web app using django-allauth on the README.md. The following link explain in details how it works.