The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
12-26-2023 08:50 PM
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&red...
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?
12-27-2023 01:36 AM
How did you replace the client id? If you exactly replace [REPLACE_WITH_YOUR_CLIENT_ID] with your client_id it should work. You must replace the [] as well. And I'd recommend to use https instead of http
Cheers
Welcome to the Community - here is your guide to help you get started!