ebay-oauth-csharp-client
ebay-oauth-csharp-client copied to clipboard
eBay OAuth C# Client Library
All of this project's dependencies either target `.net standard 2.0` or both `.net standard 2.0` _and_ `.net 6.0`. Why not also make this project target both `.net standard 2.0` _and_...
Hi, Just want to point out you have a typo in README.md **Api.ebay.com:** appid: certid: devid: redirecturi: should be api.ebay.com (case sensitive)
Correctly reference the ebay api endpoint in the yaml configuration file example
I followed the instructions listed in the readme. I confirmed authorization URL is correct and matched what I see in the API Explorer. I am able to get a user...
Use PrivateAssets=compile to avoid exposing refs Use PrivateAssets=compile to avoid exposing references to downstream consumers. Currently, all referenced packages' public API surfaces are exposed to consumers whether they want to...
Hi there, I get this error when I cloned and changed the info with my ClientId/Secret Key etc. The error is: ""{\"error\":\"invalid_scope\",\"error_description\":\"The requested scope is invalid, unknown, malformed, or exceeds...
As .NET 8 has been released it would be nice to support at least .NET 7. I already use a forked version with .NET 7 without any issues.
Hi, I am having issue callling OAuthResponse oAuthResponse = oAuth2Api.GetApplicationToken(OAuthEnvironment.SANDBOX, scopes); it returns an error "Invalid client_id" but its working fine with Postman.
NuGets starting version 2.* don't contain any DLLs
the using directives doesn't work in Version 2.* using eBay.ApiClient.Auth.OAuth2; I can't use any function, because type and namespaces are not found. (Using C#, VS 2022, Console App, .Net 7.0)