sladkovm / stravaio

Python client for Strava API with a focus on fluent data handling
MIT License
71 stars 30 forks source link

Can't fetch activities. #9

Closed minimumnz closed 4 years ago

minimumnz commented 4 years ago

Seems to be an issue setting the scope. strava_oauth2 seems to work for setting the read scope, and it opens a window at strava that says "View data about your activities" but when I look on the api page for my app it just has the read scope.

I can fetch basic profile information but activity calls return nothing.