Possible to access an OAuth endpoint without a frontend for my service? #910
-
Hello, I'm writing a background service that generates a nice list of information for my shop based on the results of the My application runs on an AWS server with no front-end at all and only does work for ONE shop. Is it possible to get OAuth for that one shop/login solely on the server side of things? I am more than happy to do something hacky. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
A very quick and dirty way would be to just follow the Quick Start tutorial to set up a local front-end to grab your tokens and copy them manually to the server app. For that point onwards you'd be able to use the tokens programatically and wouldn't require a persistent front-end. The caveat here is you need your app approving for OAuth access by Etsy before you can do what you're planning. |
Beta Was this translation helpful? Give feedback.
A very quick and dirty way would be to just follow the Quick Start tutorial to set up a local front-end to grab your tokens and copy them manually to the server app. For that point onwards you'd be able to use the tokens programatically and wouldn't require a persistent front-end.
The caveat here is you need your app approving for OAuth access by Etsy before you can do what you're planning.