{% extends "settings.html" %} {% block title %} Drama - FAQ {% endblock %} {% block content %}

OAuth Guide



Your API Applications

{% for app in v.applications if app.client_secret %}
{% if app.client_secret %} Click to show {% endif %}
{% else %}

None

{% endfor %}

API Applications Awaiting Approval

{% for app in v.applications if not app.client_secret %}
{% if app.client_secret %} Click to show {% endif %}
{% else %}

None

{% endfor %}

Your Authorized Applications

{% for auth in v.authorizations.all() %}
{% else %}

None

{% endfor %}

Request API Keys

{% endblock %} {% block clipboard %} {% endblock %}