{% extends "social/base.html" %} {% block title %}Connections{% endblock %} {% block body %}
| Account | Network | Connection id | Token expires | |
|---|---|---|---|---|
| {{ connection.account_name }} | {{ connection.platform }}{% if connection.host %} on {{ connection.host }}{% endif %} | {# socialchimp chose this id, after the account. The webhook relies on it: the network names the account, not one of our rows. #}{{ connection.id }} |
{% if connection.expires_at %}{{ connection.expires_at }}
{% else %}never{% endif %}
{% if connection.refresh_token_expires_at %}
Sign in again before {{ connection.refresh_token_expires_at }} - the refresh token itself runs out then, and nothing can renew that one.
{% endif %}
|
Nothing connected yet.
{% endif %} {% if running_out %}Their refresh token runs out soon, and nothing can renew that one - an access token socialchimp renews for you before a post, but when the refresh token goes there is nothing left to renew with. Found by querying this app's own columns: socialchimp has five storage methods and none of them lists anything.
| Network | Where the app comes from | Webhook | |
|---|---|---|---|
| {{ row.network.label }}{% if row.connected %} ✓{% endif %} | {{ row.network.where_the_app_comes_from }} |
{% if row.pushes %}
it pushes: /social/webhooks/{{ row.network.name }}
{% else %}
asked on a timer
{% endif %}
|
Connect |