From: Matías Aguirre Date: Mon, 14 Feb 2011 23:52:08 +0000 (-0200) Subject: Update doc to notify about incorrect facebook app setup on facebook site X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5132bc246890c24d0da93a4163971fd19a995c68;p=django-social-auth.git Update doc to notify about incorrect facebook app setup on facebook site --- diff --git a/README.rst b/README.rst index fe3f5f9..719c692 100644 --- a/README.rst +++ b/README.rst @@ -299,6 +299,10 @@ Further documentation at `Facebook development resources`_: FACEBOOK_EXTENDED_PERMISSIONS = [...] +If you define a redirect URL in Facebook setup page, be sure to not +define http://127.0.0.1:8000 or http://localhost:8000 because it won't +work when testing. Instead I define http://myapp.com and setup a mapping +on /etc/hosts or use dnsmasq_. ----- Orkut