check_follow_relationship
Determine whether a specific Twitter user follows another user by providing both screen names.
Instructions
Check if one Twitter user follows another via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_user_name | Yes | Screen name of the source user (without @). | |
| target_user_name | Yes | Screen name of the target user (without @). |