-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add module for Etsy.com? #268
Comments
Yes there is interest. Try augment the login request. Here's how to do it to a module....
|
The login request that you're referring to is the one provided by |
Please see how this is overcome using the Tumblr facade as an example https://github.com/MrSwitch/hello.js/blob/master/src/modules/tumblr.js#L29 |
Curious if there's interest in a module for Etsy.com's API, which uses OAuth 1.0: https://www.etsy.com/developers/documentation/getting_started/oauth
BONUS FEATURE
In addition to the regular OAuth parameters, Etsy requires the inclusion of an
api_key
query parameter for all requests. Could the OAuth proxy service be modified to include that parameter to avoid exposure in client-side JavaScript?The text was updated successfully, but these errors were encountered: