django-facebookconnect icon indicating copy to clipboard operation
django-facebookconnect copied to clipboard

csrf_token in templates/connect_button.html

Open yeago opened this issue 16 years ago • 2 comments

in prep for 1.2, this needs to be there or else 403. Would be a handy default.

yeago avatar Mar 14 '10 16:03 yeago

yep that is needed for 1.2 if protection is turned on. do you know if you have to put it somewhere else? in order for the connect to work? at the moment putting {% csrf_token %} did the trick for me.

philotas avatar May 16 '10 18:05 philotas

yeah, I did the same.

yeago avatar May 18 '10 17:05 yeago