-1

我有一个 Oauth 应用程序,我试图同步到 strava,但出现以下错误:

Request failed with code: 400, message: {"message":"Bad Request","errors":[{"resource":"Application","field":"client_id","code":"invalid"}]}

请求如下所示:

https://www.strava.com/oauth/authorize?approval_prompt=force&client_id=60232&response_type=code&redirect_uri=https%3A%2F%2Fyourway.local%2Fuser%2Fsecurity%2Fauth%3Fauthclient%3Dstrava&xoauth_displayname=Your%20Way&state=d7bacc541e1bbc39ec956adbce63e1b15a00a9817367726e663d02e354df883d

我得到 Strava 授权屏幕,但随后得到该错误,客户端 ID 匹配并且返回 URI 与 Strava 中的域匹配

4

1 回答 1

0

我发现这是一个没有所需参数的后续调用。

于 2021-01-22T15:37:33.163 回答