I have recently applied for Twitter API access in order to automate marketing activities. I have extracted the user key/secret and access tokes necessary for the use of the API, however, when connecting from Python I receive the following error:
<Forbidden object at 0x113004408 code=403 details=[{‘code’: ‘UNAUTHORIZED_CLIENT_APPLICATION’, ‘message’: ‘The client application making this request does not have access to this API’}]>
Could you please confirm that the account id that was granted necessary permissions is indeed associated with account ID = ‘18ce53wctv2’ and app id = ‘892809783’ and if that is not the problem instruct me what could be wrong?
PS: we have also used twurl ($ twurl -t -H ads-api.twitter.com “/3/accounts”) with no success.
The error we received from twurl is attached below
{“errors”:[{“code”:“UNAUTHORIZED_CLIENT_APPLICATION”,“message”:“The client application making this request does not have access to this API”}],“request”:{“params”:{}}}