Tag: access token ID
TTWrite API: Fetch Following Endpoint
The fetch_following endpoint allows you to retrieve the list of accounts that a specific user is following. This endpoint supports pagination for managing large lists of followed accounts. Endpoint URL //ttwrite.4up.eu/mobile_api/fetch_following Overview Use this API to get the list of users that a specific user is following. You can provideRead More
TTWrite API: Fetch Followers Endpoint
The fetch_followers endpoint allows you to retrieve the list of followers for a specific user account. This endpoint supports pagination, making it easy to load additional followers as needed. Endpoint URL //ttwrite.4up.eu/mobile_api/fetch_followers Overview This API is designed to fetch the followers of a given user. By providing the user’s IDRead More
User Timeline Feed
API Endpoint Description This API provides access to the user’s timeline feed, supporting pagination for fetching additional posts. Get Parameters Field Value Remarks offset Last post offset ID Required for paginated requests session_id Access token ID Example: de25cc16eb00960f076… page_size Number of posts per page Recommended: 20