Skip to content

Releases: andreaolivato/TikTok-LoginKit-PHP

v0.6.6

27 Feb 22:47
Compare
Choose a tag to compare

Fix inclusion path on examples to reflect the new structure

v0.6.5

21 Feb 02:16
Compare
Choose a tag to compare

Added two additional parameters for video/photo upload: brand_content_toggle, brand_organic_toggle.
This was updated to the 3 classes VideoFromFile, VideoFromUrl, and ImagesFromURls.
Also added the related getters.

v0.6.4

28 Jan 06:51
Compare
Choose a tag to compare

BugFix: Method getMaxVideoDuration in class CreatorQuery was named incorrectly

v0.6.3

16 Jan 15:32
Compare
Choose a tag to compare

Duplicated title and caption when publishing images.

Currently we'll ignore the Title parameter

v0.6.2

14 Jan 14:58
Compare
Choose a tag to compare

BugFix: publicaly_available_post_id returned by the publish/status/fetch sometimes is an array, even if not documented.

v0.6.1

11 Jan 14:56
Compare
Choose a tag to compare

Improved errors on missing STATE variable during login

v0.6

29 Dec 03:00
Compare
Choose a tag to compare

This is a major release that adds the brand new possibility to publish videos/images on TikTok using the brand new Content Posting API with Direct Post. More info here

Do note that this release moves some of the structures into different namespaces for clarity and organisation. You shouldn't need to reference those classes directly, but in case take note of the changes and update your use statements.

Check the examples folder to see how to publish videos.

Do note that you need to be approved by TikTok via a special audit to be able to use the Direct Post. More info here.

v0.5.3

02 Jun 09:08
Compare
Choose a tag to compare

Improved custom function to retrieve the @handle of the user

v0.5.2

02 Jun 08:41
Compare
Choose a tag to compare

Improved return function for the handle

v0.5.1

02 Jun 08:38
Compare
Choose a tag to compare

Removed debugging info