statuses.update: Post a new weibo.

Description Usage Arguments Value Note Author(s) References Examples

Description

Post a new weibo.

Usage

1
statuses.update(roauth, status, lat = "0.0", long = "0.0", ...)

Arguments

roauth

A OAuth object created by createOAuth.

status

The weibo content to be posted.It must be encoded by URLEncode within 140 Chinese characters.

lat

Latitude: from -90.0 to +90.0; +: North latitude; Default is 0.0.

long

Longitude: from -180.0 to +180.0; +: East longitude;Default is 0.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

Note

The second weibo content can not be the same as the first one.

Author(s)

Jian Li <rweibo@sina.com>

References

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

Examples

1
2
3
4
5
## Not run: 

statuses.update(roauth, status = "hello world!")

## End(Not run)

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