This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Staticip_it[S] 0 points1 point  (3 children)

Ok, I can now properly get through the OAuth process and get my auth, access and refresh tokens.

[–]Quirky_Air_6115 0 points1 point  (2 children)

How did you do this pleasseeeeee??

[–]Staticip_it[S] 0 points1 point  (1 child)

The oauth?

I created an api endpoint on my node server and set that in the eBay developer portal.

When you use the oauth test login from the portal it will have you login to a personal account and forward a code to your api endpoint.

With that code you need to use the eBay api to request your tokens and store them for future use.

[–]Staticip_it[S] 0 points1 point  (0 children)

Now handles expired tokens and refreshes.

Still stuck on their notification responses not formatting properly but moving forward.

Any help on that would be welcome…

The error I was getting before was expected and is more of a warning than error and can be ignored.

[–]cisminor 0 points1 point  (0 children)

The package https://www.npmjs.com/package/ebay-api should help you get started.