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

New Post: GET statuses/retweeters/ids only Returns 100 ids

$
0
0
Hi,

Yes the query is a cursor query. A cursor query can be called multiple times to enumerate all the results.

https://dev.twitter.com/rest/reference/get/statuses/retweeters/ids
var query = string.Format("https://api.twitter.com/1.1/statuses/retweeters/ids.json?id={0}", tweetId);
var result = TwitterAccessor.ExecuteCursorGETQuery<long, IIdsCursorQueryResultDTO>(query);
This code should get you all the ids from the cursor query.

Cheers,
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>