atymic / twitter

Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
https://atymic.dev
MIT License
922 stars 290 forks source link

v2 api getListSubscriptions? #412

Open allotmentandy opened 1 year ago

allotmentandy commented 1 year ago

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?