Hi, I have an app synchronized with the Strava API, where I search for athletes' activities done on Strava and save them in my database. However, some people are connected, but the synchronization is not done.
I would like to know if there is any way to check which athletes are synchronized on the Strava side. Is there an API where I can do this search?
Thanks.
Page 1 / 1
You can only make your users/athletes authorize your app to fetch data from Strava. If you have a valid access token for a particular user stored in your db you can use it to synchronize from Strava. You will need to do the synchronization, not Strava, and hence only you can know the status.
Thanks.
I understand, so if I have the user's access token I can check their status. What would that status be?
With the user’s access token you can check if their consent is valid. If its valid, then you can fetch their data from Strava.
Reply
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.