inakiabt / etsy-php

Etsy API wrapper for PHP
74 stars 59 forks source link

Added optional parameters to getAccessToken. This allows you to pass … #33

Open chrismeats opened 6 years ago

chrismeats commented 6 years ago

…in your auth token from previous request so that entire authentication can happen automatically in browser using a callback URL without having to copy a verification code back from etsy

inakiabt commented 6 years ago

First of all, thanks for the help!

That's a OAuth helper, instead of change it, I'd prefer to add a new one that extends from OAuthHelper or create an interface that both OAuthHelper and the new helper implement. That makes sense?