WooCommerce REST API v3 problem: woocommerce_api_authentication_error
-
Hello,
after upgrading my WooCommerce to the latest version all the communications that used the REST APIs stopped working and started to return this error: {“errors”:[{“code”:”woocommerce_api_authentication_error”,”message”:”Invalid signature – The signature does not correspond.”}]}Searching the documentation I discovered that the APIs were updated from v2 to v3 in the mean time.
The changelist tells me a generic:
v3 fixes the OAuth implementation to be compliant with the Oauth 1.0a specs.My question is: how do I know what changed? I’m using the php library but it has not been updated after this release, so I have to change my code by hand and it would be useful to know what I have to look for.
Thanks!
The topic ‘WooCommerce REST API v3 problem: woocommerce_api_authentication_error’ is closed to new replies.