bhushankummar / eBay-node-client

Ebay NodeJS Wrapper
MIT License
54 stars 66 forks source link

oauth2 example for retrieveUserToken #18

Closed alsguimaraes closed 5 years ago

alsguimaraes commented 5 years ago

Hi Bhushankumarl,

I have tested the api, and it works fine. However, as is, (if I got it right) the user token is short lived (2 hours). When using oauth2, one can retrieve the user token programatically. Do you have any plans on implementing it?

Regards, Andre

alsguimaraes commented 5 years ago

Would you have an example for retrieveUserToken() ? Thanks, Andre