get_followers_you_know
Find mutual followers between two Twitter accounts using their user IDs or usernames.
Instructions
Get mutual followers between two Twitter accounts via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| user_id | No | Target user id. Provide either this or `user_name`. | |
| user_name | No | Target username (without @). Provide either this or `user_id`. |