{% extends "accounts/_section.html" %} {% load util %} {% block title %}{{user.username}} - editing API credentials for application: {{ client.name }}{% endblock %} {% block section_content %}
The OAuth2 callback URL is only used for the authorization process when accessing resources that require OAuth2. At the end of the OAuth2 authorization process, Freesound will redirect the browser to the url specified in this field. In this way your application can be automatically notified when users have given the permissions to access their data. If your application does not support the use of a callback url (generally non web-based applications or non server-based), you must introduce the following url: {{ fs_callback_url }}. See the API docummentation for more information.