I'm using the twitter4j api for my application, and I need to get the
more retweets of a given tweet as possible.. I've tried to use the
getRetweets() method but it returns only the last 20 retweets (instead
of 100, as documentated). So I've seen the "new":

Twitter REST API Method: GET /statuses/:id/retweeted_by/ids.format

id.  Required. The id of the status

count. Indicates number of retweeters to return per page, with a
maximum 100 possible results.

page. Specifies the page of results to retrieve. Note: there are
pagination limits.

but i don't know how to use it, can someone explain me very shortly
how to call this method and how can I pass the parameters?


-- 
Subscription settings: 
http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Reply via email to