{% extends "base.html" %} {% block script %} {% endblock %} {% block heading %}Facebook Canvas Application Authentication{% endblock %} {% block content %} {% if user.is_anonymous %} {% if warning %}
You are using GET request to this page, and this is not something Facebook usually does. To make a real test you need to do following:
You are a guest in this Facebook application.
Click to connect and authenticate {% endif %} {% else %}Authenticated successfully as {{ user }}
Done {% endif %} {% endblock %}