12-07-2023 10:17 PM
I have an app where I would like to get the ytd_run_totals of each member in my club. In order to do this, I understand each club member is supposed to authorize my app to be able to read their data. When the user clicks authorize and the athlete's authorization code is displayed in the proceeding url, is there a way to obtain this code programmatically? Or is the only way to obtain it by having the user communicate this to the developer?
Solved! Go to Solution.
12-07-2023 10:48 PM
Your web-server handling the redirect from Strava should process the authorization code (i.e. exchange it for access/refresh tokens) and then redirect the user to your app.
12-07-2023 10:48 PM
Your web-server handling the redirect from Strava should process the authorization code (i.e. exchange it for access/refresh tokens) and then redirect the user to your app.
Welcome to the Community - here is your guide to help you get started!