{% extends "portal_base.html" %} {% block title %}Social accounts · Portal{% endblock %} {% block topbar_title %}Social accounts{% endblock %} {% block portal_content %}

Add account

Connected accounts

{% for account in accounts %} {% empty %} {% endfor %}
Account Platform Status
{{ account.label }}
{{ account.external_id }}
{{ account.get_platform_display }} {% if account.is_active %} Active {% else %} Inactive {% endif %} Connect / disconnect in functionality pass
No accounts connected yet.

When to re-auth

  • LinkedIn access tokens expire on a short cycle
  • Meta password changes or app review updates
  • Publishing fails with an auth error

Health checks

Token test buttons wire up with the connectors next.

Open composer →
{% endblock %}