Hi everyone,
it would be useful for us and probably also for the team at Strava if we try to do a list of the API calls that seems to be unresponsive or broken after the January 17th update.
I'm doing a full check of the calls used on my app,
Toolbox For Strava, and for the moment I have the following errors:
- GET "athlete/followers": responds with an Authorization Error (401)
- GET "athlete/friends": responds with an Authorization Error (401)
All other calls in my app (e.g. "/athlete", "/athlete/%athleteID%/stats") seems to be working as they did before.
Since in the
official changelog statement Strava says that "Athlete-specific data will require authentication.", I want to underline that all API calls in my app are done under authentication of the logged-in athlete so I would expect no error of such a kind.
Are you noticing other errors after latest API change?