Boorusama
Boorusama copied to clipboard
[Feature request] Shimmie2 API: Favorites
Authorized users can set or unset posts as personal favorites with POST requests, given the auth_token is also supplied:
/favourite/add/<post_id>
/favourite/remove/<post_id>
It would be great to have this functionality implemented within the app, both the ability to favorite a post (on the server side) and to view all the favorite posts (that would basically be a "shortcut" for a favorited_by=username filter, but I think it'll be great for users to have a dedicated button for that)
Where can I get the auth_token? I tried with the API key but it doesn't work
Never mind, figure out myself.