twitter_check_follow_relationship
Check follow relationship between two accounts by numeric user IDs. Verify if source follows target, target follows source, and detect blocking or muting flags.
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). |