iamfmjk / etsy

A friendly Ruby interface to the Etsy API
https://github.com/kytrinyx/etsy
MIT License
170 stars 113 forks source link

404 Bad Request Response in all Oauth API requests #69

Closed orendon closed 11 years ago

orendon commented 11 years ago

Etsy people enforced secure api request under openapi subdomain (details here).

The current released gem v.0.2.2 uses http only as you can see here

I was looking at the code in order to fix this, and it looks like there is a fix already for it (it was made on #64), any plans to make a new release on rubygems?

kytrinyx commented 11 years ago

I didn't realize I hadn't released a new version. I'll do so immediately.

orendon commented 11 years ago

awesome, thanks :+1: