users.counts: Return the followers counts,friends counts, and weibo counts...

Description Usage Arguments Value Author(s) References Examples

Description

Return the followers counts,friends counts, and weibo counts of a batch of users.

Usage

1
users.counts(roauth, uids)

Arguments

roauth

A OAuth object created by createOAuth.

uids

The ID of the user to be returned.These should be separated by simeangle comma, and are limited by 100 ID per call.

...

Other request parameters for this API.

Value

A list of:

id

Weibo ID

followers_count

Count of followers

friends_count

Count of friends

statuses_count

Count of Weibos

Author(s)

Jian Li <rweibo@sina.com>

References

http://open.weibo.com/wiki/2/users/counts

Examples

1
2
3
4
5
## Not run: 

users.counts(roauth, uids = c("1318558807", "1869170057"))

## End(Not run)

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

Related to users.counts in Rweibo...