toyatech / etsyjs

A JavaScript client library for accessing the Etsy API.
GNU General Public License v2.0
2 stars 0 forks source link

Client Side OAuth? #1

Open villanus opened 10 years ago

villanus commented 10 years ago

Will this library allow client side access (javascript) to etsy api? I am specially interested in being able to add listings without having to use PHP! :+1:

noisypebble commented 10 years ago

yes it will. i'm actually working on it right now. i hope to have a first draft that can make calls to the etsy api soon

On Fri, Sep 26, 2014 at 4:06 PM, Frank notifications@github.com wrote:

Will this library allow client side access (javascript) to etsy api? I am specially interested in being able to add listings without having to use PHP! [image: :+1:]

— Reply to this email directly or view it on GitHub https://github.com/toyatech/etsyjs/issues/1.

villanus commented 10 years ago

That is very exciting. I have been trying to use this library: https://github.com/ddo/oauth-1.0a but it doesnt handle cors without a proxy. I am curious how you get around the Cross Domain Javascript? The only thing I can think of is chrome flag to disable cors, which is 100% fine with me!

Cant wait to see how this works. Trying to use Jquery / Javascript to create / update etsy listings.