The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
01-14-2024 03:44 PM
The Strava API Brand Guidelines state:
> You must link back to all original Strava data sources presented in your application
Is there any documentation that gives any more detail on how to do this? When I first read this I had assumed that the API responses would provide links back to the Strava resource, but that doesn't appear to be the case.
Some questions:
- Is it okay to link back to the Strava web app, or does it have to link to the precise resource?
- On mobile, should this link to the Strava mobile app (deep link), or to the Strava web app?
- How can we know the url to link to?
Solved! Go to Solution.
01-15-2024 02:48 PM
I just link back to the activity id of the user , it is a pretty standard url.
01-19-2024 07:40 PM
Thanks. I went with `https://www.strava.com/activities/{activityId}`
01-15-2024 02:48 PM
I just link back to the activity id of the user , it is a pretty standard url.
Welcome to the Community - here is your guide to help you get started!