I’m trying to use ‘GET statuses/retweeters/ids’ but it returns about 80~90 ids and there’s no next_cursor even with 500+ retweeted status.
https://api.twitter.com/1.1/statuses/retweeters/ids.json?id=360340552543248384&stringify_ids=true&cursor=-1
what’s wrong with it?
The method only returns the ~100 most recent retweeters – you can’t beyond that limitation using the REST API.