strava / go.strava

A complete client library for the Strava V3 API
http://strava.github.io/api
265 stars 68 forks source link

Permissions Scopes in OAuth are invalid with current valid scopes #36

Open abtris opened 4 years ago

abtris commented 4 years ago

I tried https://github.com/strava/go.strava/blob/master/oauth.go#L35 public and get error but with activity:read_all all works as need it.

Swagger UI shows different scopes. I think we missing read and read_all instead public and view_private.

image

dandandy commented 3 years ago

FYI Looks like there's a pull request which should fix this https://github.com/strava/go.strava/pull/40

However looks like no one is maintaining this repo anymore...