Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
424 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am getting the following error while trying to call requestAccessAndRefreshTokens() method after initializing OAuthDesktopMobileAuthCodeGrant(clientId, refreshToken,
API_ENVIRONMENT); in Java 11.
We are using the code snippet as shown below:
The errors we are getting is as follows :
One thing to note here is that this code is working fine on local but while running the same on EC2 instance, we are facing this issue.
Thanks in advance!