statuses.count: Return the comment counts and repost counts of a batch of...

Description Usage Arguments Value Author(s) References Examples

Description

Return the comment counts and repost counts of a batch of weibos.

Usage

1
statuses.count(roauth, ids, ...)

Arguments

roauth

A OAuth object created by createOAuth.

ids

The ID of the weibo to be returned.

...

Other request parameters for this API.

Value

A list of weibos, each weibo contains:

id

The ID of the weibo

comments

The count of comments

reposts

The count of reposts

Author(s)

Jian Li <rweibo@sina.com>

References

http://open.weibo.com/wiki/2/statuses/count

Examples

1
2
3
4
5
## Not run: 

statuses.count(roauth, ids = "3543748358960699")

## End(Not run)

Rweibo documentation built on May 2, 2019, 5:23 p.m.