statuses.mentions: Return the latest N weibos metioned the authenticating user....

Description Usage Arguments Value Author(s) References Examples

Description

Return the latest N weibos metioned the authenticating user. (That is the weibo contained @username)

Usage

1
2
statuses.mentions(roauth, count = 20, page = 1, filter_by_author = 0,
  filter_by_source = 0, filter_by_type = 0, ...)

Arguments

roauth

A OAuth object created by createOAuth.

count

The returned count for every page.The default value is 20.

page

The returned page.The default value is 1.

filter_by_author

Return the weibos by the owner type. 0 : all types; 1 : my friend; 2 : stranger; The default value is 0.

filter_by_source

Return the weibos by the source type. 0 : all types; 1 : from weibo; 2 : from weiqun; The default value is 0.

filter_by_type

Return the weibos by the type. 0 : all types; 1 : original weibos; The default value is 0.

...

Other request parameters for this API.

Value

A list of weibos, each weibo contains:

idstr

Weibo ID of string

created_at

Created time

id

Weibo ID

text

Weibo content

source

Weibo source

favorited

Whether it is favorited

truncated

Whether it is truncated

in_reply_to_status_id

The reply's ID

in_reply_to_user_id

Replyer ID

in_reply_to_screen_name

Replyer nickname

mid

Weibo MID

bmiddle_pic

Medium picture

original_pic

Original picture

thumbnail_pic

Thumbnail picture

reposts_count

Repost count

comments_count

Comment count

annotations

Weibo annotation information

geo

Geography information

user

User profile that posted the weibo

Author(s)

Jian Li <rweibo@sina.com>

References

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

Examples

1
2
3
4
5
## Not run: 

statuses.mentions(roauth, count = 5)

## End(Not run)

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