{% extends "base.html" %}
{% block title %}
{{ user.name }} - {{ block.super }}
{% endblock %}
{% block head_css %}
{% endblock %}
{% block body %}
Here is the list of friends in Facebook using
fb.graph.get_connections(id, "friends")["data"]
{% for friend in friends %}
{% endif %}
Here is some profile info from fb.graph.get_object(id):