Sumanta0018
Active member
Hello XenForo Team / Community,
I am developing a Flutter-based mobile application that consumes data from a XenForo forum using the official REST API.
I would like to implement a “Following” feed in the mobile app, where a user can see only posts or threads created by users they are following, similar to a social feed.
Main question
Is there any official REST API endpoint or supported parameter that allows fetching:
I have reviewed the REST API documentation and endpoints list:
https://xenforo.com/community/pages/api-endpoints/
But I could not find any documented way to fetch content only from followed users.
Any clarification or guidance would be greatly appreciated.
Thank you for your time and support.
I am developing a Flutter-based mobile application that consumes data from a XenForo forum using the official REST API.
I would like to implement a “Following” feed in the mobile app, where a user can see only posts or threads created by users they are following, similar to a social feed.
Main question
Is there any official REST API endpoint or supported parameter that allows fetching:
- Threads created by users the current user is following, or
- Posts made by users the current user is following?
- I am aware of endpoints like /api/threads and /api/posts
- I could not find any parameter related to following relationships (for example, followed users)
- I want to avoid manually managing user IDs if possible and prefer an official / built-in API solution
I have reviewed the REST API documentation and endpoints list:
https://xenforo.com/community/pages/api-endpoints/
But I could not find any documented way to fetch content only from followed users.
Any clarification or guidance would be greatly appreciated.
Thank you for your time and support.