tschellenbach / Django-facebook

Facebook open graph api implementation using the Django web framework in python
http://www.mellowmorning.com/
Other
1.43k stars 543 forks source link

Facebook profiles don't save gender, about me , etc,,,, #582

Open rimchang opened 8 years ago

rimchang commented 8 years ago

i succesfully connect then i access my admin for check facebook profiles facebook profiles only have image, user, facebook name, facebook id what should i do to get gender, about me and other data?

i use defalt profile module

AUTH_USER_MODEL = 'django_facebook.FacebookCustomUser' AUTH_PROFILE_MODULE = 'django_facebook.FacebookProfile'