我将用户发送到https://login.microsoftonline.com/common/oauth2/v2.0/authorize?scope=https://ads.microsoft.com/ads.manage%20offline_access&client_id=myappid&response_type=code&redirect_uri=https://asdlkfjalsdjkf.com/callback
在他们同意 Microsoft 重定向到我的回调 url 后,出现以下错误:
error: invalid_client
error_description: AADSTS650052: The app needs access to a service (\"https://ads.microsoft.com\") that your organization \"XYZ org\" has not subscribed to or enabled. Contact your IT Admin to review the configuration of your service subscriptions.
Trace ID: xxxxxxxxx
Correlation ID: xxxxxxxxx
Timestamp: 2019-12-03 22:39:00Z
error_uri: https://login.microsoftonline.com/error?code=650052
任何帮助将非常感激。
我正在使用Bing ads sdk,我正在关注这个示例