Description Usage Arguments Value Author(s) References Examples
Return the comment counts and repost counts of a batch of weibos.
1  | statuses.count(roauth, ids, ...)
 | 
roauth | 
 A OAuth object created by
  | 
ids | 
 The ID of the weibo to be returned.  | 
... | 
 Other request parameters for this API.  | 
A list of weibos, each weibo contains:
id | 
 The ID of the weibo  | 
comments | 
 The count of comments  | 
reposts | 
 The count of reposts  | 
Jian Li <rweibo@sina.com>
http://open.weibo.com/wiki/2/statuses/count
1 2 3 4 5  | ## Not run: 
statuses.count(roauth, ids = "3543748358960699")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.