diff --git a/lib/ebay_api/token_manager.rb b/lib/ebay_api/token_manager.rb index 3ccfa4d..a6a3660 100644 --- a/lib/ebay_api/token_manager.rb +++ b/lib/ebay_api/token_manager.rb @@ -42,7 +42,7 @@ class RefreshTokenInvalid < EbayAPI::Error; end def application_token request_token!( grant_type: "client_credentials", - scope: "https://api.ebay.com/oauth/api_scope" + scope: "https://api.ebay.com/oauth/scope/ebaymag@partner" )["access_token"] end