Closed tympollack closed 5 years ago
Sorry, there's not developer bandwidth answer support requests here. You can try Stack Overflow.
@markstos I was confused between the authorization code and access token and was missing an intermediate step. Got it working now. If you had actually read the issue you prob could have told me that.
Running into an issue where when my user authenticates and I try to use the access token I get back, it's unauthorized.
using this to get access token
then calling getAthlete
This code functions if I use the access token from my strava config, but since that resets, it's not reliable in production... or am I using this incorrectly?