Tag: post interaction API

TTWrite API: Like / Unlike Post

Endpoint URL //ttwrite.4up.eu/mobile_api/like_post Description This API allows the authenticated user to like or unlike a specific post on the TTWrite platform. Parameters Field Value Remarks post_id integer The unique identifier of the post to like or unlike. action string Specifies the action: either like or unlike. Example Usage httpCopy codePOSTRead More

TTWrite API: Fetch Post Likes

Endpoint URL //ttwrite.4up.eu/mobile_api/fetch_likes Description This API retrieves the list of users who have liked a specific post on the TTWrite platform. The current version does not support fetching reposts for a post. Parameters Field Value Remarks post_id integer The unique identifier of the post whose likes are being fetched. limitRead More