Skip to content
New issue

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

Twitter V2 List Lookup #1211

Open
waterboy550 opened this issue Apr 10, 2023 · 1 comment
Open

Twitter V2 List Lookup #1211

waterboy550 opened this issue Apr 10, 2023 · 1 comment

Comments

@waterboy550
Copy link

I was using version 1.1 to get all the tweets in a list. See the code below. Does this library have the same feature available for v2? It looks like this wasn't a feature of v2 until just recently. See the end point here (https://developer.twitter.com/en/docs/twitter-api/lists/list-tweets/migrate).

userTimeline = await userClient.Lists.GetTweetsFromListAsync(new GetTweetsFromListParameters(1360674149816037376) { SinceId = lastTweetId });

@Pazout
Copy link

Pazout commented Dec 5, 2023

var tweetsFromList = userClient.Lists.GetTweetsFromListAsync(123456789).GetAwaiter().GetResult();
I received this error:
You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Pazout @waterboy550 and others