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

Empty email field solutions #602

Closed mach24 closed 6 years ago

mach24 commented 6 years ago

These edits solve two issues leading to empty email fields from the Graph API.

  1. The email field is explicitly required in the API call.
  2. User didn't give permission or because of Facebook privacy/security policies.

Refer Facebook bug

tschellenbach commented 6 years ago

Thanks for this pull request. It looks good, merging now.