woocommerce / wc-api-ruby

A Ruby wrapper for the WooCommerce API.
MIT License
69 stars 73 forks source link

Can't authenticate #34

Closed archidemus closed 7 years ago

archidemus commented 7 years ago

I tried many GET requests, but I received 400 code. My configuration is

woocommerce = WooCommerce::API.new(  
'http://127.0.0.1:8888/',
'ck_xxxxx',      
'cs_xxxxx',      
{
wp_api: true,
version: "wc/v1"
}        
)

I tried using query_string_auth: true, but doesn't works. Im using WooCommerce 2.6.9 and WP 4.7