Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: list of retweetters

$
0
0
This is something I'm interested on as well , assume i have one tweet with 2000 retweets and i want get all the RT ids ,
as far as i know you can use GET statuses/retweeters/ids it returns a cursor , however i have seen something done with Objective-C library for something like "followers" ids
https://github.com/nst/STTwitter/blob/master/demo_cli/followers/main.m

the rate limit is not really an issue, you can deal with it, see the getFollowers example
https://github.com/nst/STTwitter/blob/master/demo_cli/followers/main.m#L58-L78

I wonder if this can be done with tweetinvi as well ?

Viewing all articles
Browse latest Browse all 4126

Trending Articles