{% extends "client/base.twig" %} {% block content %}

Resource Request Complete!

{% if response.friends is defined %}

You have successfully called the APIs with your Access Token. Here are your friends:

Here is the full JSON response:

{{ response|json_stringify }}
{% else %}

Response:

{% include 'client/_error.twig' %} {% endif %}
  The API call can be seen at {{resource_uri}}
back {% endblock %}