BingAds / BingAds-Python-SDK

Other
117 stars 162 forks source link

Bing Ads API v13 MFA breaking changes #184

Closed JohnWE closed 3 years ago

JohnWE commented 3 years ago

It looks like the Bing Ads API is going to be requiring MFA on August 1st. To support this, there needs to be a change from ads.manage to msads.manage

See: https://docs.microsoft.com/en-us/advertising/guides/release-notes?view=bingads-13

Is there a plan to update this library to support that, or should we do it manually in our project?

https://github.com/BingAds/BingAds-Python-SDK/blob/4f1ed7f3eb567b0bc826b17b5991e0d01be82743/bingads/authorization.py#L675

JianyunZhao commented 3 years ago

SDK 13.0.10 was released last week to support new OAuthScope msads.manage, please have a try.