Meta · Arazzo Workflow
Meta Get Current User Feed
Version 1.0.0
Resolve the current user from the access token and read their timeline feed.
View Spec
View on GitHub
AdvertisingAnalyticsArtificial IntelligenceMessagingSocialSocial MediaVirtual RealityArazzoWorkflows
Provider
Workflows
get-current-user-feed
Resolve the current user and return their feed of posts.
Calls the /me node to discover the authenticated user's id, then retrieves the feed edge for that user.
1
getCurrentUser
getMe
Read the User node associated with the access token to discover the authenticated user's id.
2
getFeed
getUserFeed
Retrieve the feed of posts published by or on the resolved user's timeline.