We're using API V13 of the Bing Ads API.
It was working fine and then without us touching our code, we started to get "AuthenticationTokenExpired" errors.
We checked an re-checked many times and our authentication token is created right before making a call, so it can't have expired in a few seconds. What's going on?
Below is the exception we're getting:
[previous:Exception:private] =>
[faultstring] => Invalid client data. Check the SOAP fault details for more information. TrackingId: 4621e7a3-5add-456f-800d-45aab387f34e.
[faultcode] => s:Server
[faultcodens] =>
[faultactor] =>
[detail] => stdClass Object
(
[AdApiFaultDetail] => stdClass Object
(
[TrackingId] => 4621e7a3-5add-456f-800d-45aab387f34e
[Errors] => stdClass Object
(
[AdApiError] => stdClass Object
(
[Code] => 109
[Detail] =>
[ErrorCode] => AuthenticationTokenExpired
[Message] => Authentication token expired. Please renew it or obtain a new token.
)
)
)
)