From: Parker Phinney Date: Mon, 9 Apr 2012 01:12:41 +0000 (-0400) Subject: added doc patch for facebook to file in /doc/ as well X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2233e12ae7599174ba6fecdfe5f09e1100208df0;p=django-social-auth.git added doc patch for facebook to file in /doc/ as well --- diff --git a/doc/backends/facebook.rst b/doc/backends/facebook.rst index 94de299..8f38c05 100644 --- a/doc/backends/facebook.rst +++ b/doc/backends/facebook.rst @@ -12,9 +12,10 @@ 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 = [...] + FACEBOOK_EXTENDED_PERMISSIONS = ['email'] - Define ``FACEBOOK_PROFILE_EXTRA_PARAMS`` to pass extra parameters to https://graph.facebook.com/me when gathering the user profile data, like::