etsy-python icon indicating copy to clipboard operation
etsy-python copied to clipboard

Don't use api key if doing an oauth request

Open kwellman opened this issue 12 years ago • 0 comments

Whenever an api key is used when constructing a request the oauth credentials seemed to be ignored. For example, when doing a request with a "SELF" as user id, I always get this response from etsy:

No logged in user; please specify a user id instead

This pull request fixes it by not using the api key if oauth specified. Also contains fix for #10 .

kwellman avatar Jun 07 '13 03:06 kwellman