Skip to content

Latest commit

 

History

History
203 lines (122 loc) · 12.2 KB

File metadata and controls

203 lines (122 loc) · 12.2 KB

1.5.0 (2025-08-18)

Features

  • support comma-separated photo URLs (9b6eb18)

1.4.1 (2025-08-17)

Bug Fixes

  • correct TikTok search endpoints (44e5e85)

1.4.0 (2025-08-16)

Features

1.3.3 (2025-08-16)

Bug Fixes

  • use proper source info for video and photo posts (7cb8e1d)

1.3.3 (2025-08-16)

Chore

  • require n8n >=1.107.0 for OAuth2 client credentials body properties support (22ca768)

1.3.2 (2025-08-16)

Bug Fixes

1.3.1 (2025-08-16)

Bug Fixes

  • docs: add debug details + changelog ref (3cae09d)

1.3.0 (2025-08-16)

Bug Fixes

Features

  • add scheduling options (a84b4d0)
  • add TikTok search operations (badfb0c)
  • add video analytics operation (e9a065a)
  • DX: add user information if login successful (42953a4)

1.3.0 (2025-08-16)

Bug Fixes

Features

  • add TikTok search operations (badfb0c)
  • add video analytics operation (e9a065a)
  • DX: add user information if login successful (42953a4)

1.3.0 (2025-08-16)

Bug Fixes

Features

  • add video analytics operation (e9a065a)
  • DX: add user information if login successful (42953a4)

1.3.0 (2025-08-16)

Bug Fixes

Features

  • DX: add user information if login successful (bec48e5)
  • DX: add user information if login successful (632b4a6)

1.2.2 (2025-08-15)

Bug Fixes

  • auth: access token properly handled (2a64d3f)

1.2.1 (2025-08-15)

Bug Fixes

  • typo: indent+properties doublon (df76b28)

1.2.0 (2025-08-15)

Bug Fixes

  • retrieve user analytics via user info (4a3d8e3)

Features

  • add user analytics operation (24b3c2c)

1.1.5 (2025-08-15)

Bug Fixes

  • oauth2: use properly the client_key value (edb13bf)

1.1.4 (2025-08-14)

Bug Fixes

  • ensure required OAuth client ID (017ea97)
  • initialize grant type for tiktok oauth (e16cfc2)

1.1.3 (2025-08-14)

Bug Fixes

  • rename client key field (8c480ea)

1.1.2 (2025-08-14)

Bug Fixes

  • expose user profile action and improve oauth UX (b6ec30a)
  • fix client key OAuth parameter naming
  • ensure grant type is initialized for TikTok credential
  • ensure required OAuth client ID field is present for TikTok credential

1.1.1 (2025-08-14)

Bug Fixes

  • guard against undefined errors (afdc0a5)
  • show user profile operation (2861ff5)

1.1.0 (2025-08-14)

Features

  • add video to category of the node (4e1adaf)

1.0.0 (2025-08-14)

Bug Fixes

  • address review feedback (5f99da7)
  • auth: change the implementation of oauth (530b2ea)
  • auth: change the implementation of oauth (4b20506)
  • auth: change the implementation of oauth (fd27187)
  • build: add scope (1d30e8a)
  • build: build issues linted from builder (e570551)
  • build: version (f575421)
  • ci: permission to push release (a2dafa2)
  • ci: principal branch is master (d00e995)
  • code: fix lint (51a7b9e)
  • credentials: seems wrong type is currently used (efe7d4b)
  • module: classname (4e73775)
  • module: export module (d3b6736)
  • send form-encoded token payload (7007ddd)
  • throw NodeOperationError for missing profile fields (75f0bab)
  • url-encode OAuth token request (bb5550d)

Features

  • initial: initial TikTok modules (to be tested) (1ab0df5)
  • support tiktok oauth2 credentials (0e9d4dc)

Changelog

All notable changes to this project will be documented in this file. The format is based on Conventional Commits and this project uses semantic-release.

1.1.0

Added

  • Support for retrieving user profile information via TikTok Display API.

Breaking

  • Default OAuth scope now requests Content Posting and Display API permissions. Reauthorize existing TikTok credentials to apply the new scopes.