Get follows for an actor with improved error handling
Usage
get_follows(actor, token, max_retries = 3, retry_delay = 5)
Arguments
- actor
account identifier
- token
token for api
- max_retries
number of times to retry on failure (default 3)
- retry_delay
delay in seconds between retries (default 5)
Value
tibble with response information