How to access the user's timeline #132
Answered
by
sbertix
hemal08ce094
asked this question in
Q&A
-
i went through the project i am not getting how to load the user's daily feed or maybe its named differently, is it explore(startingAt ? which Model it will map to. Can you please guide with some real-time code examples? |
Beta Was this translation helpful? Give feedback.
Answered by
sbertix
Jan 9, 2021
Replies: 1 comment 3 replies
-
Hey @hemal08ce094, Are you referring to a user's timeline or their posts? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
sbertix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @hemal08ce094,
Are you referring to a user's timeline or their posts?
You can get the timeline with
Endpoint.Media.Posts.timeline()
and a user's post withEndpoint.Media.Posts.owned(by:)
.Hope it helps 😊