https://auth.sandbox.ebay.com/oauth2/authorize?
client_id=${clientID}
&redirect_uri=https://localhost:3000/ebay/callback
&response_type=code
&scope=https%3A%2F%2Fapi.ebay.com%2Foauth%2Fscope%2Fsell%40user
我一直收到此错误:{“ error_id”:“ invalid_request”,“ error_description”:“输入请求参数无效。”,“ http_status_code”:400}
我正在按照here网站上的说明
请谁能解释为什么我会收到此错误?