Releases: HiWay-Media/tiktok-go-sdk
Releases · HiWay-Media/tiktok-go-sdk
v0.2.4
Added these methods:
GetClientAccessTokenManagement() (*AccessTokenManagement, error)
FIX:
CodeAuthUrl() string
method because it needs client_key (The unique identification key provisioned to the partner.)
v0.2.3
Added this method:
GetVideoList(count int64) (*VideoListResponse, error)
v0.2.2
Added these methods:
PostPhotoInit(title, description, privacyLevel string, photoUrls []string, photoMode string) (*PublishStatusFetchResponse, error)
UserInfo() (*UserInfoResponse, error)
v0.2.1
Added these methods:
CreatorInfo() (*QueryCreatorInfoResponse, error)
PostVideoInit(title, videoUrl string, privacyLevel string) (*PublishVideoResponse, error)
PublishVideo(publishId string) (*PublishStatusFetchResponse, error)
v0.2.0
Added these methods:
- CreatorInfo() (*QueryCreatorInfoResponse, error)
- PostVideoInit(title, videoUrl string, privacyLevel string) (*PublishVideoResponse, error)
- PublishVideo(publishId string) (*PublishStatusFetchResponse, error)
v0.1.0
Added
// Endpoint is TikTok's OAuth 2.0 endpoint.
var Endpoint = oauth2.Endpoint{
AuthURL: "https://www.tiktok.com/v2/auth/authorize/",
TokenURL: "https://open.tiktokapis.com/v2/oauth/token",
}