Open dineshnbhatia opened 3 years ago
The Strava API documentation covers this: List Athlete Activities (getLoggedInAthleteActivities):
Returns the activities of an athlete for a specific identifier. Requires activity:read. Only Me activities will be filtered out unless requested by a token with activity:read_all.
Using this script I am able to pull Athlete User Profile data but not able to pull athlete daily activities. As there is one file "OAuth-flow.php" in the "example" directory which does the authentication and pulls athletes' profile data. But I need athletes' activities (Run stats, etc).