Hi,
We have an app with id: 8569670 which has both read/write permission. After generating access token, when we make request to AD API we get the following error:
[{“code”:“UNAUTHORIZED_CLIENT_APPLICATION”,“message”:“The client application making this request does not have access to this API”}]}
The same behavior is observed even when using OAuth signature generator ( https://dev.twitter.com/oauth/tools/signature-generator) using the proper key, and using the request URI - “https://ads-api.twitter.com/0/accounts”.
Do we need to do anything different to have access to the AD API? Please help. We are absolutely blocked on our product because of this.