SO, I was able to get my athletes to authenticate my application from which I could grab their activities through my app, BUT now the issue is that I can't seem to hit the club endpoint (where these athletes are also in) and grab their activities from the club page. Are these two things somehow related to each other? Would my acquiring access to their activities hinder my ability to grab the club activities in which their runs are? This has been a frustrating occurrence for me involving lots of debugging and a whole lot of questions surrounding access and authentication that doesn't really get covered in their documentation. Any help would be appreciated.
Other thing I noticed is the service.getAccessToken() call doesn't seem to be getting a refreshed access token. It's using some old one.