Johnny7459624
Posts: 0
Joined: Tue Mar 31, 2015 7:49 am

API

Hi there

I followed this post. https://getsatisfaction.com/apperyio/...

Im new to this api thing but learn via the tutorials. my app is shared with you also.

Code: Select all

 
 My error is: 
 "response":{ 
         "errors":[ 
             { 
                 "code":"woocommerce_api_authentication_error", 
                 "message":"oauth_consumer_key parameter is missing" 
             } 
         ] 
     } 
 }

Thank you for helping! App name is "Woo"

Johnny7459624
Posts: 0
Joined: Tue Mar 31, 2015 7:49 am

API

I trying to use this http://woothemes.github.io/woocommerc...

But no idea how to implement it. I did add the libraries now just to call them?

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

API

Hello Johnny,

"code":"woocommerce_api_authentication_error",

This issue related to your header, which hasn't authentication information, thus server refuses to answer.

I did add the libraries now just to call them?

As far as I can see, there is no libraries in link you have provided, only requests and documentation how to fill request properly.

Could you clarify what have you added and how ?

Johnny7459624
Posts: 0
Joined: Tue Mar 31, 2015 7:49 am

API

I added it with custom javascript file. If it is possible you can see in my app everything i done

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

API

Johnny,

Unfortunately, debugging anc writing custom js code are outside of support's scope.

Johnny7459624
Posts: 0
Joined: Tue Mar 31, 2015 7:49 am

API

ok

Return to “Issues”