eBay BrowseApi => no oauth!

Hello!
in view of the fact that Ebay FidingAPI is definitely being decommissioned in less than 20 days and that I have been using for many years now, I wanted to try eBay BrowseAPI to prepare my Price Dump table.

BrowseAPI clearly requires login with Ebay rest Api, When I click on Login, a redirect occurs from Here:

https://auth.ebay.com/oauth2/authorize?client_id=VictorSa-SeoTools-PRD-ecd409a1e-0b22cb88&redirect_uri=Victor_Sandberg-VictorSa-SeoToo-tkqqk&state=%257B%2522RequestId%2522%253A%252267f3d506-3b3c-4ffb-83e1-8cb657ae7018%2522%257D&response_type=code&scope=https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope

to here:

https://auth.ebay.com/oauth2/error?errorId=unauthorized_client

Ebay obviously generates an error because I think that the APP name and the Key are old.

Where do I change these parameters of the app name and the Key so that I can log in correctly?

I have an eBay Dev account.

Thanks in advance.

@diskborste

Can you check it? I use SeoTool 99% only for eBay competitor price dump

Thanks in advance

We'll need to remake our Ebay application which should take a few days.

1 Like

Thanks! For now I solved it with a workaround, I generated a Bearer Token from my eBay dev account, and I edited EBayBrowseAPI.xml removing <SeoToolsAuthenticator StayAuthenticated="true" Key="ebay"/>

and applying the Bearer Token on the header

<![CDATA[Bearer v^1.1#i^1#..........
1 Like