Requests to scoped_timeline endpoint have started to returns an errors, however, was working correctly early. Such behavior is observed since 01-12-2018.
The sample of the request:
https://ads-api.twitter.com/4/accounts/18ce53x6e2x/scoped_timeline?count=1000
Response
{
"errors": [
{
"code": "INVALID_ACCOUNT_SERVICE_LEVEL",
"message": "This ads account 18ce53x6e2x does not have access to Tweets.",
"parameter": "account_id"
}
],
"request": {
"params": {}
}
}
Accounts that affected is not promotable, but we used scoped_timeline to get organic tweets and it was working well.
Was anything changed in the ads API scheme since 01 December? Can you please clarify this point.