I have written working code to access Athlete information. However when I change the code to try access activities, I get an authorization despite the only thing in my code changing is:
get("https://www.strava.com/api/v3/athletes"
to
get("https://www.strava.com/api/v3/activities"