Hi everyone,
I'm working on a feature that allows users to share a link to a filtered feed displaying posts from a specific user. The process I want to achieve is:
A link containing the user ID (uid) is generated.
This link should lead the recipient to a page that only shows posts from the user associated with that uid.
My goal is for the link to always show the correct feed of the user associated with the uid, regardless of whether the viewer is logged in or not. (all on web currently)
Has anyone experienced similar behavior or have suggestions on how I can fix this?
Thanks so much for your help!
Best TIm