django - CSRF verification failed, but only with Facebook App - Stack Overflow: "I figured it out:
from django.views.decorators.csrf import csrf_exempt
@csrf_exempt
def my_view(request):
return HttpResponse('Hello world')"
'via Blog this'