Ebay REST API, using authorization_code with a console application

84 Views Asked by At

I am currently using .NET Ebay SDK but started switching to using REST API. I have a console application which runs in a background and does not need any user interaction. I have got an application access token with grant_type = client_credentials but it support only

"View public data from eBay"

enter image description here

Can I use grant_type = authorization_code with a console application without any user interaction?

I have also tried to generate a token form the browser

enter image description here

but when add this code into postman and try to get an access token, I get following error.

enter image description here

0

There are 0 best solutions below