Hello everyone,
I’m working on an application to retrieve marketing data from the API. I’m using the twitter4j-ads sdk found on this link.
I was able to successfully retrieve the data, but a few days ago I started to receive the following error message from my requests:
403:The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits (https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following).
{“errors”:[{“code”:“INVALID”,“message”:“Version 2.0 is not available.”}],“request”:{“params”:{}}}
I could’t find enough information about this kind of error due to ads api access and I would really appreciate some help on this topic.
It would relevant for me to say that, since my project consists on getting a daily report of the ads data, I will probably reach the access limit in other occasions, is there any solution to this kind of problem?
Thanks in advance for your attention !
Kind regards.
Arthur