Currently i have an application integrated with Strava

. However, the access token I’m using has expired, and I can no longer retrieve the latest activity data from Strava. What should I do to ensure my application remains connected to Strava?
Currently i have an application integrated with Strava

. However, the access token I’m using has expired, and I can no longer retrieve the latest activity data from Strava. What should I do to ensure my application remains connected to Strava?
Best answer by ActivityFix
I would recommend starting with the documentation on OAuth authentication, which you can find here: https://developers.strava.com/docs/authentication/
Your app should use OAuth to get an access and refresh token with the scope(s) you need. Once the token expires, use the refresh token to get a new one.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.