v1.62.1

gitroomhq/postiz-appv1.62.1Jul 11, 2025by nevo-david

AI Summary

Fixes TikTok posting issues regarding photo slides and character limits, while improving error handling for Facebook and Instagram API interactions.

Key Highlights

  • TikTok photo slides now support a separate description field with higher character limits.
  • Enhanced error handling for Facebook posting restrictions.
  • Instagram 401 errors now trigger an automatic token refresh and retry.

New Features

  • Improved social media API error handling and recovery mechanisms.

Full Release Notes

- TikTok has some unusual behavior. If we use a photo slide, the title is reduced from 2000 characters to 90, and a new field is presented: description, which can get up to 4000 characters.
- Facebook can have restrictions on posting comments, and a proper error message added.
- Instagram is tricky; it can give you a (401) error, which is a refresh token needed, but basically, they refer to "User is performing too many actions". If we receive a 401, we automatically attempt to refresh the token and retry the request.
This causes an infinite loop until the API is exhausted and the action for the day is depleted

**Full Changelog**: https://github.com/gitroomhq/postiz-app/compare/v1.62.0...v1.62.1