Skip to content

Commit

Permalink
added scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jul 28, 2024
1 parent 34586f9 commit dfd4bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiktok/tiktok.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func NewTikTok(clientKey, clientSecret string, isDebug bool) (ITiktok, error) {
ClientID: clientKey,
ClientSecret: clientSecret,
RedirectURL: "",
Scopes: []string{"email"},
Scopes: []string{"user.info.basic", "video.list", },
Endpoint: Endpoint,
},
}
Expand Down

0 comments on commit dfd4bdd

Please sign in to comment.