Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strava - authorization flow change #1

Open
michalszczecinski opened this issue Mar 31, 2019 · 4 comments
Open

strava - authorization flow change #1

michalszczecinski opened this issue Mar 31, 2019 · 4 comments

Comments

@michalszczecinski
Copy link
Contributor

michalszczecinski commented Mar 31, 2019

hi Mark, thanks for sharing strava data downloader code. All works smoothly until when I try to pull activities. I believe they have changed the API settings and now that newly generated general token is not able to access activities (is just of scope read, whereas read_all scope is required). You can read more about this here:

https://developers.strava.com/docs/oauth-updates/

and here is stack overflow post with details of potential solution:
https://stackoverflow.com/questions/52880434/problem-with-access-token-in-strava-api-v3-get-all-athlete-activities

Also stravalib seems to include some code that should help with this:
https://github.com/hozn/stravalib#authentication

Thanks!

@markwk
Copy link
Owner

markwk commented Apr 10, 2019

Thanks @michalszczecinski. The code example looks helpful, though it seems like we should try and come up with a standard and generic Oauth flow for any of the data points that require this.

@michalszczecinski
Copy link
Contributor Author

also came across this: https://github.com/sladkovm/stravaio

@kriszieba
Copy link

Maybe this can be a solution? #15

@markwk
Copy link
Owner

markwk commented Feb 12, 2021

Hi @kriszieba your code is a nice addition but not entirely sure that your documentation makes it clear on the steps required to use it. I'd also like to see a tighter integration or closer step-by-step walkthrough on using it too. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants