check_follow
Check whether account 2 follows account 1 using IDs, profile URLs, or usernames for identification.
Instructions
Check whether account 2 follows account 1. Identify each account by id, link, or username (one per side).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id_1 | No | Account that should be followed — numeric ID. | |
| user_link_1 | No | Account that should be followed — profile URL. | |
| username_1 | No | Account that should be followed — handle. | |
| user_id_2 | No | Account being checked — numeric ID. | |
| user_link_2 | No | Account being checked — profile URL. | |
| username_2 | No | Account being checked — handle. |