django-social-friends-finder
django-social-friends-finder copied to clipboard
An extension app for django-social-auth or django-allauth that fetches your friends from different social-networks.
Any luck?
I tried implementing the django-social-friends-finder using all-auth. I crated two users using fb login which are friends on facebook. But on the url "http://localhost:8000/find-friends/list/" it shows no friends found. Can...
Python 3.3.2, Django 1.5.1 - running synDB after adding social_friends_finder to the installed apps list returns IMPORTERROR: No module named 'utils'. BTW I am trying to get this working with...
The docs say "SOCIAL_FRIENDS_USING_ALLAUTH: True if you use `django-allauth`. Default is False". So I did not set it since the default is ok for me, I want it to be...