This is driving me potty.
I'm trying to access my data marked private via my Strava API application.
I access this page in a web browser:
That gives a webpage:
_________________________________________________________
Authorize xxxxx to connect to your account
...
Amongst other things, this application will be able to:
Access your name, location and email address
Access your activity data
Display public data related to those activities
Read your public profile data
See private data on your activities
_________________________________________________________
I click Authorise and that gives, in the address bar
I then, on the command line, go:
and that gives
{"message":"Authorization Error","errors":[{"resource":"Application","field":"","code":"invalid"}]}
I just want to allow my PHP code to access my marked private data on Strava -- only my Strava athlete account -- on an ongoing basis.
How? Please help, thanks.
Under My API Application it says "Your Access Token (permissions: public)". Is there not just a way of changing that to allow it to access my private data?