We created an application that uses the django-social-auth extension to authenticate users using Facebook. Authentication works fine, but we donβt know how to fetch useful information from Facebook (friends lists, likes, etc.). It seems that django-facebook handles some of these functions, but also handles authorization aspects. Is there an application that will sit neatly on top of django-social-auth and provide a framework for using facebook data? Using django-social-auth and django-facebook together seems kludgy.
source share