dblock / strava-ruby-client

A complete Ruby client for the Strava API v3.
https://code.dblock.org/2018/11/27/writing-a-new-strava-api-ruby-client.html
MIT License
97 stars 22 forks source link

Add missing activity:read scope from strava-oauth-token #46

Closed xaviershay closed 2 years ago

xaviershay commented 2 years ago

This allows client to "read the user's activity data for activities that are visible to Everyone and Followers, excluding privacy zone data"

As documented here: https://developers.strava.com/docs/authentication/#detailsaboutrequestingaccess

dblock commented 2 years ago

I merged since that should be in by default. However everyone should be probably explicitly specifying the scopes they need in their own application.

xaviershay commented 2 years ago

yeah definitely - I was using this command to prototype (to verify which permissions I needed for which API call) and was confused for a bit when the list didn't match what was in the docs.