inakiabt / etsy-php

Etsy API wrapper for PHP
74 stars 59 forks source link

Switch token requests to force GET method. Resolves #42 #43

Closed michaelborn closed 6 years ago

michaelborn commented 6 years ago

Authenticating a new app with Etsy now requires GET calls. Using a POST request will throw a 411 Length Required error.