twitter_follow_user
Follow a user by their numeric user ID using your authenticated Twitter account. Use with twitter_unfollow_user to reverse.
Instructions
Follow a user AS your authenticated account, by numeric user_id. Requires write capability behind your key. Reverse with twitter_unfollow_user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ct0 | No | Optional. The account's ct0 cookie, paired with auth_token. Sent as the x-ct0 header. | |
| account | No | Optional. The @handle (without @) of the authenticated account to act AS, when your key manages more than one session. Omit to use your key's default session. | |
| user_id | Yes | Numeric user id of the account to follow. Resolve a handle to a user_id first with twitter_user_info. | |
| proxy_url | No | Optional. Residential proxy URL to egress this call through. Recommended for writes: X soft-blocks writes from datacenter IPs as automated. Sent as the x-proxy-url header. | |
| auth_token | No | Optional. The account's auth_token cookie, to act AS that account for this call (must be paired with ct0). Sent as the x-auth-token header; never placed in the URL. | |
| user_agent | No | Optional. User-Agent string to send for this session. Sent as the x-user-agent header. |