我创建了一个应用程序,它使用 WooCommerce Rest API 显示一些产品。
我应用了一些过滤器,一切看起来都很好,直到我尝试为该类别应用过滤器
http://foo/wc-api/v3/products?filter[limit]=15&filter[category]=some-category&oauth_consumer_key=ck_xx&oauth_nonce=xx&oauth_signature_method=HMAC-SHA1&oauth_timestamp=xx&oauth_version=1.0&filter%5Blimit%5D=15&filter%5Bcategory%5D=antioxidants&oauth_signature=xx%3D
现在我收到消息
DENIED - The requested resource requires user authentication. (XHR): GET ...
任何想法为什么会这样?