comments.reply: Reply a comment.

Description Usage Arguments Value Author(s) References Examples

Description

Reply a comment.

Usage

1
2
comments.reply(roauth, cid, id, comment, without_mention = 0,
  comment_ori = 0, ...)

Arguments

roauth

A OAuth object created by createOAuth.

cid

The ID of the comment to be replied.

id

The ID of the weibo to be commented.

comment

The comment content.It must be encoded by URLEncode within 140 Chinese characters.

without_mention

Whether add a mention to the comment content automatically. 0: yes; 1: no; Default is 0.

comment_ori

Whether comment the original weibo when comment a reposted weibo. 0: no; 1: yes; Default is 0.

...

Other request parameters for this API.

Value

A list of:

created_at

Created time

id

Weibo ID

text

Weibo content

source

Weibo source

mid

Weibo MID

user

User profile that posted the weibo

status

The weibo that is commented

reply_comment

Replied comment information

Author(s)

Jian Li <rweibo@sina.com>

References

http://open.weibo.com/wiki/2/comments/reply

Examples

1
2
3
4
5
## Not run: 

comments.reply(roauth, cid = "3543759101243075", id = "3543748358960699", comment = "haha")

## End(Not run)

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