The following post request is returning an authorization error (401).
What steps can I take to fix this?
https://www.strava.com/oauth/token?client_id={client_id}&client_secret={client_secret}&code={code}&grant_type=authorization_code
Returning:
{
"message": "Authorization Error",
"errors": r
{
"resource": "Application",
"field": "",
"code": "invalid"
}
]
}