I couldn't figure out how to authenticate my account to change the scope of my api project does anyone know what im doing wrong. I started from using this https://developers.strava.com/docs/getting-started/ and then went to this url http://www.strava.com/oauth/authorize?client_id=[REPLACE_WITH_YOUR_CLIENT_ID]&response_type=code&redirect_uri=http://localhost/exchange_token&approval_prompt=force&scope=read
but obviously with my client id and it sent me here which is not what's supposed to work.
I was just wondering if anyone knows what i did wrong or how to change my scope of my api application?