Hi all! Iām trying to get all posts a user has interacted with. I need from each post:
- Author;
- Visits count;
- Replies count;
Is there a way to get this information through the API?
I was thinking of getting all user actions and with the target_post_id
s from that collection of results I will get all the posts. But still not sure if that is possible or even if I will get all the information I need. Still searching