eBay / ebay-oauth-csharp-client

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

eBay US Oauth access Token generating successfully but for eBay CA its throwing Invalid Scope error #23

Open asifiq2000 opened 1 year ago

asifiq2000 commented 1 year ago

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 US and I am using the same account and the same RuName for eBay CA as well

eBay US Authorization working fine while for eBay CA its throwing invalid scope error please help me to fix this issue.

my Authorization request URL looks as mentioned below:

Authorization request URL

"https://auth.ebay.ca/oauth2/authorize?client_id=XXXXX&response_type=code&redirect_uri=XXXXX &scope=https://api.ebay.ca/oauth/api_scope%20 https://api.ebay.ca/oauth/api_scope/sell.marketing.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.marketing%20 https://api.ebay.ca/oauth/api_scope/sell.inventory.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.inventory%20 https://api.ebay.ca/oauth/api_scope/sell.account.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.account%20 https://api.ebay.ca/oauth/api_scope/sell.fulfillment.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.fulfillment%20 https://api.ebay.ca/oauth/api_scope/sell.analytics.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.finances%20 https://api.ebay.ca/oauth/api_scope/sell.payment.dispute%20 https://api.ebay.ca/oauth/api_scope/commerce.identity.readonly%20 https://api.ebay.ca/oauth/api_scope/commerce.notification.subscription%20 https://api.ebay.ca/oauth/api_scope/commerce.notification.subscription.readonly"