X (Twitter) · Arazzo Workflow
X List the Posts a Handle Has Liked
Version 1.0.0
Resolve a username to an id, then fetch that user's liked posts.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
liked-posts-of-handle
Resolve a username and list the posts that user has liked.
Chains the username lookup endpoint into the liked-posts endpoint so a caller can go from a handle to that user's liked posts.
1
resolveUser
getUsersByUsername
Resolve the username into a numeric user id.
2
getLikedPosts
getUsersLikedPosts
Retrieve the posts the resolved user has liked.