cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve friends activities streams from API

jbisson
Shkhara

Is there any way to get to the full activity stream from specific friends, from an API perspective? It seems like API: https://www.strava.com/api/v3/activities/{id}/streams?keys=watts only works for your own activites.

However, the full activity is available through the website (with cookie authentication):

https://www.strava.com/activities/9297562809/streams?stream_types%5B%5D=latlng&stream_types%5B%5D=pr...

If this is available on the website, why isn't on the API side?

thanks,

1 ACCEPTED SOLUTION

Jan_Mantau
Denali

Your friends need to connect to your app and with their bearer tokens you can get their streams. That's just the way it works, mainly due to privacy and server load reasons.

View solution in original post

1 REPLY 1

Jan_Mantau
Denali

Your friends need to connect to your app and with their bearer tokens you can get their streams. That's just the way it works, mainly due to privacy and server load reasons.