ebay-oauth-csharp-client
ebay-oauth-csharp-client copied to clipboard
eBay OAuth C# Client Library
Why not target both .net standard and .net 6.0 (see PR #31). This way this handy library can still be used on projects still using .net framework? What do you...
I am load GetApplicationToken ` CredentialUtil.Load(path);` `IList list = new List() { "https://api.ebay.com/oauth/api_scope" };` ` OAuthResponse oAuthResponse = new OAuth2Api().GetApplicationToken(eBay.ApiClient.Auth.OAuth2.Model.OAuthEnvironment.SANDBOX, list); ` but a get next error `System.IO.FileLoadException: 'Could not...
Hi With RestSharp v108 i have this exception System.TypeLoadException : 'Impossible de charger le type 'RestSharp.IRestResponse' à partir de l'assembly 'RestSharp, Version=108.0.1.0 Documentation : The IRestResponse interface is deprecated. You...
I had trouble getting the Access Token and found out that the RestClient had no way to configure an IWebProxy. So I added ProxyUtil to configure our proxy and now...
Hi Could you help me for eBay CA Authorization request Scopes I did not find Scopes for eBay CA I have a developer account which is been created for eBay...
Hi, We were looking for an alternative when it comes to setting a .yaml file for storing our ebay credentials when using the ebay Oauth client. `String path = @"../../../ebay-config-sample.yaml";`...
Ebay user logging page changed , there are no more static ID's for entry's to enter username and password
My application is storing long lived USER refresh token and using the GetAccessToken method to fetch USER token on demand. The access token returned from GetAccessToken method is valid for...
Hi, Would it be possible to add functionality the the CredentialsUtil class to allow injection of a service to read the Credentials from database provider? The use case here is...
Hi, I am discovering this library in July 2020. I have noticed there are Async operations for the calls to the API. Is there a reason for this?