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.