X (Twitter) · Arazzo Workflow
X List the Followers of a Handle
Version 1.0.0
Resolve a username to an id, then page that user's followers.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
followers-of-handle
Resolve a username and list that user's followers.
Chains the username lookup endpoint into the followers endpoint so a caller can go from a handle to a page of follower accounts.
1
resolveUser
getUsersByUsername
Resolve the username into a numeric user id.
2
getFollowers
getUsersFollowers
Retrieve the first page of followers for the resolved user.