Skip to content

Commit

Permalink
removed scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Sep 19, 2024
1 parent eb7d615 commit c290f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tiktok/tiktok.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ func NewTikTok(clientKey, clientSecret string, isDebug bool) (ITiktok, error) {
ClientID: clientKey,
ClientSecret: clientSecret,
RedirectURL: "",
Scopes: []string{"user.info.basic", "video.list", },
//Scopes: []string{"user.info.basic", "video.list", },
Endpoint: Endpoint,
// /[]string{"user.info.basic", "video.list", "video.publish", "video.delete", }
},
}
o.restClient.SetDebug(isDebug)
Expand Down

0 comments on commit c290f7e

Please sign in to comment.