1.5.0 (2025-08-18)
- support comma-separated photo URLs (9b6eb18)
1.4.1 (2025-08-17)
- correct TikTok search endpoints (44e5e85)
1.4.0 (2025-08-16)
- add post status fetch (5cafbd7)
1.3.3 (2025-08-16)
- use proper source info for video and photo posts (7cb8e1d)
1.3.3 (2025-08-16)
- require n8n >=1.107.0 for OAuth2 client credentials body properties support (22ca768)
1.3.2 (2025-08-16)
- code: typo error (31618ae)
1.3.1 (2025-08-16)
- docs: add debug details + changelog ref (3cae09d)
1.3.0 (2025-08-16)
- api: /v2 api (6228260)
- auth: access token properly handled (2a64d3f)
- code: refactor (892ff4a)
- code: refactor (60878ae)
- code: typo error (21708c1)
- indent (830532b)
- 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)
- api: /v2 api (6228260)
- auth: access token properly handled (2a64d3f)
- code: refactor (892ff4a)
- code: refactor (60878ae)
- indent (830532b)
- add TikTok search operations (badfb0c)
- add video analytics operation (e9a065a)
- DX: add user information if login successful (42953a4)
1.3.0 (2025-08-16)
1.3.0 (2025-08-16)
- DX: add user information if login successful (bec48e5)
- DX: add user information if login successful (632b4a6)
1.2.2 (2025-08-15)
- auth: access token properly handled (2a64d3f)
1.2.1 (2025-08-15)
- typo: indent+properties doublon (df76b28)
1.2.0 (2025-08-15)
- retrieve user analytics via user info (4a3d8e3)
- add user analytics operation (24b3c2c)
1.1.5 (2025-08-15)
- oauth2: use properly the client_key value (edb13bf)
1.1.4 (2025-08-14)
1.1.3 (2025-08-14)
- rename client key field (8c480ea)
1.1.2 (2025-08-14)
- 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)
1.1.0 (2025-08-14)
- add video to category of the node (4e1adaf)
- 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)
- initial: initial TikTok modules (to be tested) (1ab0df5)
- support tiktok oauth2 credentials (0e9d4dc)
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.
- Support for retrieving user profile information via TikTok Display API.
- Default OAuth scope now requests Content Posting and Display API permissions. Reauthorize existing TikTok credentials to apply the new scopes.