X (Twitter) · Arazzo Workflow
X Resolve User and List Their Recent Posts
Version 1.0.0
Look up a user by username, then pull their most recent posts.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
user-lookup-recent-posts
Resolve a username to an id and fetch that user's recent posts.
Chains the username lookup endpoint into the user posts timeline endpoint so a caller can go from a handle to a list of their latest posts in one flow.
1
resolveUser
getUsersByUsername
Resolve the supplied username into a numeric user id along with basic profile fields.
2
getRecentPosts
getUsersPosts
Retrieve the most recent original posts authored by the resolved user, excluding replies and reposts.