X (Twitter) · Arazzo Workflow
X List the Posts Mentioning a Handle
Version 1.0.0
Resolve a username to an id, then fetch posts that mention that user.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
mentions-of-handle
Resolve a username and list the posts that mention that user.
Chains the username lookup endpoint into the mentions endpoint so a caller can go from a handle to the posts mentioning it.
1
resolveUser
getUsersByUsername
Resolve the username into a numeric user id.
2
getMentions
getUsersMentions
Retrieve the most recent posts that mention the resolved user.