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 ?
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 ?