diff --git a/pkg/twitch/users.go b/pkg/twitch/users.go index bd46a2d..d12d837 100644 --- a/pkg/twitch/users.go +++ b/pkg/twitch/users.go @@ -99,7 +99,7 @@ func (c *Client) GetFollowDate(from, to string) (time.Time, error) { } if err := c.Request(ClientRequestOpts{ - AuthType: AuthTypeAppAccessToken, + AuthType: AuthTypeBearerToken, Context: context.Background(), Method: http.MethodGet, OKStatus: http.StatusOK,