curl -G https://www.strava.com/api/v3/athletes/:id/activities -H "Authorization: Bearer ACCESS-KEY-GOES-HERE"
Hi I need to get all the athletes activities in the past 2 weeks, I have the ids, I don't want them to login again
--
You received this message because you are subscribed to the Google Groups "Strava API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to strava-api+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
/athlete/activities/athletes/athleteId/activities'Authorization': `Bearer ${access_token}`$ ./bin/strava --client_id=24523 --client_secret=... --scope=activity:read_all console
...
Strava> athlete.id
=> 26462176
Strava> athlete.name
=> "Daniel Doubrovkine"
Strava> athlete_activities.count
=> 30
Strava> athlete_activities(id: 26462176).count # my id
=> 30
Strava> athlete_activities(id: 26409146).count # another user ID
Strava::Errors::Fault: Authorization Error