create_social_account
Manually connect a social account by providing the platform and credentials such as access tokens. Use this when OAuth flow is not available.
Instructions
Manually create/connect a social account by supplying its platform and credentials/tokens. For the standard interactive OAuth flow, prefer create_auth_url instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform to connect. | |
| username | No | Account username/handle. | |
| access_token | No | OAuth access token for the account. | |
| refresh_token | No | OAuth refresh token, if applicable. | |
| external_id | No | The platform's native account id, if you have it. | |
| metadata | No | Any additional credential/config fields the platform requires. |