Re: Django-allauth & Facebook login

2023-04-01 Thread Namanya Daniel
Follow the following link, it shows you how to create a custom ssl certificate and how to run ssl server https://medium.com/@millienakiganda/creating-an-ssl-certificate-for-localhost-in-django-framework-45290d905b88 On Sat, 1 Apr 2023 at 15:32, Marcelo A. Robin wrote: > Hi, I'm trying to use d

Django-allauth & Facebook login

2023-04-01 Thread Marcelo A. Robin
Hi, I'm trying to use django-allauth to create a facebook login system. i managed to get it all done but in my local test i get an error where facebook tells me my app path is not safe. I understand that my http://localhost is missing the https://localhost. this is so ? How can I add https

django- allauth facebook login does not return any information other than "name" and "id"

2015-11-02 Thread Saleem Jaffer
I have added django-auth to my application to authenticate a user via facebook. But on authentication, only the name and id is fetched. Other details like first_name, gender, etc are not fetched. This issue has already been raised here: https://github.com/pennersr/django-allauth/issues/1061 I