We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i really like this tool, but this function $lists = Twitter::getListSubscriptions()
$lists = Twitter::getListSubscriptions()
is now erroring with the following error.
You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need to apply for Elevated access via the Developer Portal. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve
is it possible to get this data from the v2 api using the free tier?
if so, what would the code be?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i really like this tool, but this function
$lists = Twitter::getListSubscriptions()
is now erroring with the following error.
You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need to apply for Elevated access via the Developer Portal. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve
is it possible to get this data from the v2 api using the free tier?
if so, what would the code be?
The text was updated successfully, but these errors were encountered: