From dfcea72e1d84da0e7bf854db50e41ba412e3619c Mon Sep 17 00:00:00 2001 From: Parker Phinney Date: Sun, 8 Apr 2012 20:28:56 -0400 Subject: [PATCH] added documentation note about requesting permission for email from facebook --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fd361c3..28db1f6 100644 --- a/README.rst +++ b/README.rst @@ -684,9 +684,11 @@ at `Facebook development resources`_: FACEBOOK_APP_ID FACEBOOK_API_SECRET -- also it's possible to define extra permissions with:: +- Define ``FACEBOOK_EXTENDED_PERMISSIONS`` to get extra permissions from facebook. + NOTE: to get users' email addresses, you must request the 'email' permission:: + + FACEBOOK_EXTENDED_PERMISSIONS = ['email'] - FACEBOOK_EXTENDED_PERMISSIONS = [...] - Define ``FACEBOOK_PROFILE_EXTRA_PARAMS`` to pass extra parameters to https://graph.facebook.com/me when gathering the user profile data, like:: -- 2.39.5