Re: [twitter-dev] Getting statuses/retweets in reverse order or getting more than the allowed 100 statuses count

2010-02-07 Thread Abraham Williams
Twitter is planning on adding pagination for retweets: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/515733c625904ed8/ Abraham On Wed, Feb 3, 2010 at 08:02, hernangarcia hernan.gar...@gmail.com wrote: Hello there, I couldn't found a way to get the retweets for

[twitter-dev] Getting statuses/retweets in reverse order or getting more than the allowed 100 statuses count

2010-02-03 Thread hernangarcia
Hello there, I couldn't found a way to get the retweets for a status in ASC order, right now it returns up to the 100 latest retweets and I want to get the X first ones, maybe paginated if allowed. Does anyone have an idea for this? Thanks in advance.