eBay / ebay-oauth-csharp-client

eBay OAuth C# Client Library
Apache License 2.0
56 stars 42 forks source link

Invalid Client_id error #5

Open emmad695 opened 5 years ago

emmad695 commented 5 years ago

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.

TimonKornDE commented 11 months ago

Hey, I'm having the same problem. Did you find any solution? Kind regards