{% extends "portal_base.html" %} {% block title %}Social accounts · Portal{% endblock %} {% block topbar_title %}Social accounts{% endblock %} {% block portal_content %}
Connect via Facebook Login for Business. Shared Meta App ID with Instagram.
Facebook Login for Business — Professional account linked to a Page.
Connect via OAuth. Tokens expire (~2 months) — re-authorize when prompted.
Must match exactly (including http/https and trailing slash).
| Account | Platform | Status | |
|---|---|---|---|
|
{{ account.label }} {{ account.external_id }} |
{% if account.is_active %} Active {% else %} Inactive {% endif %} |
{% if account.platform == 'linkedin' %}
Re-authorize
{% elif account.platform == 'instagram' %}
Re-authorize
{% elif account.platform == 'facebook' %}
Re-authorize
{% else %}
Update tokens
{% endif %}
{% if account.is_active %}
{% else %}
{% endif %}
|
|
| No accounts connected yet — pick a platform above. | |||