Skip to content

Commit

Permalink
solve accesstoken stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Sep 19, 2024
1 parent 5d4eac4 commit b231716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tiktok/tiktok.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ type ITiktok interface {
HealthCheck() error
IsDebug() bool
CodeAuthUrl() string
SetAccessToken(token string)
GetAccessToken() string
//
GetClientAccessTokenManagement() (*AccessTokenManagement, error)
CreatorInfo() (*QueryCreatorInfoResponse, error)
PostVideoInit(title, videoUrl string, privacyLevel string) (*PublishVideoResponse, error)
Expand Down

0 comments on commit b231716

Please sign in to comment.