[twitter-dev] Which API method should I use to track all the retweets?

2010-10-26 Thread Irokez
I am creating an app that tracks all the retweets of a given message.

There are at least 2 methods in API and I am not sure which one to
choose:
1. GET statuses/retweet http://dev.twitter.com/doc/get/statuses/retweet
(which is not publicly available)
2. GET statuses/retweets/:id 
http://dev.twitter.com/doc/get/statuses/retweets/:id

Also, it is not clear what does GET statuses/retweets/:id returns. In
the doc it says: Returns up to 100 of the first retweets of a given
tweet.
Does it mean 100 *recent* retweets or *earliest*? In other words, will
I be able to track all the retweets if I query the API every day or it
would show me only first 100 retweets from the very first day and
won't show any later ones?

And the last question is about rate limit. If I am tracking retweets
for different users, does the rate limit applies to their accounts or
to my app?

Thanks in advance.
Alex

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Search API fails with Chinese

2010-03-22 Thread Irokez
http://search.twitter.com/search.json?q=^_^lang=en - works perfectly
http://search.twitter.com/search.json?q=^_^lang=zh - Twitter search
has timed out
Is there a way to solve the problem?

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.