You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
这步输完之后报错:
{"message":"Bad Request","errors":[{"resource":"Application","field":"client_id","code":"invalid"}]}curl: (7) Failed to connect to 0.1.253.115 port 80 after 0 ms: Couldn't connect to server
The text was updated successfully, but these errors were encountered:
curl -X POST https://www.strava.com/oauth/token
-F client_id=${Your Client ID}
-F client_secret=${Your Client Secret}
-F code=${Your Code}
-F grant_type=authorization_code
这步输完之后报错:
{"message":"Bad Request","errors":[{"resource":"Application","field":"client_id","code":"invalid"}]}curl: (7) Failed to connect to 0.1.253.115 port 80 after 0 ms: Couldn't connect to server
The text was updated successfully, but these errors were encountered: