iamstuartwilson / strava

PHP Class for the Strava API (v3)
MIT License
120 stars 26 forks source link

Using this script I am able to pull Athlete User Profile data but not able to pull athlete daily activities #52

Open dineshnbhatia opened 3 years ago

dineshnbhatia commented 3 years ago

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).

mjaschen commented 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.