danshannon / javastravav3api

Strava API v3 implementation written in Java v8
http://danshannon.github.io/javastravav3api/
81 stars 43 forks source link

can list athlete friends for a private athlete #83

Open danshannon opened 9 years ago

danshannon commented 9 years ago

HTTP GET https://www.strava.com/api/v3/athletes/7860165/friends

Returns list of friends, although the athlete is private. It should return a 404 Unauthorised

danshannon commented 9 years ago

Cannot work around as there's no way to know from the API whether an athlete is private.