Skip to main content
Answered

Expired Token

  • November 4, 2025
  • 1 reply
  • 24 views

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.

1 reply

ActivityFix
Superuser
Forum|alt.badge.img+24
  • Superuser
  • 296 replies
  • Answer
  • November 9, 2025

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.