After the using "https://www.strava.com/api/v3/oauth/authorize" api i got the new code and everytime getting error
Error: {
message: 'Authorization Error',
errors: [ { resource: 'Application', field: '', code: 'invalid' } ]
}
Page 1 / 1
I'm using this format "
`https://www.strava.com/api/v3/oauth/authorize?client_id=${req.body.client_id}&redirect_uri=${process.env.BASE_URL}/success-login?cred=${cred}&response_type=code&scope=read_all,profile:read_all,activity:read_all,read`;
"
Reply
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.