I’m building a personal comment automation tool using the Strava API.
The app is for personal use only, designed to automatically post my own annual mileage data as a comment on my activities.
I have confirmed that my access token includes “ [scope] => read,activity:write,activity:read_all,profile:write,profile:read_all,read_all”, and I am attempting to post a short comment to my own activity using the endpoint:
`POST /api/v3/activities/{activity_id}/comments`
However, I consistently receive a `401 Authorization Error`, and the response does not include any explanation or error details.
Could anyone confirm whether comment posting via API is allowed for my app, or if there are any restrictions I should be aware of?