twitter_check_follow_relationship
Determine follow status between two Twitter accounts using numeric IDs, including blocking or muting flags. Verify a follow action or detect mutuals.
Instructions
Check the follow relationship between two accounts by numeric user id: whether the source follows the target, whether the target follows the source, blocking/muting flags where available. Both ids are required. Use this to verify a follow before/after a follow action, or to detect mutuals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_user_id | Yes | Numeric user id of the SOURCE account (the 'is this account following...' subject). | |
| target_user_id | Yes | Numeric user id of the TARGET account (the '...the target?' object). |