Description Usage Arguments Value Author(s) References Examples
View source: R/comments.timeline.R
Return the latest comments of the authenticating user including the sending and receiving.
1  | comments.timeline(roauth, count = 20, page = 1, ...)
 | 
roauth | 
 A OAuth object created by   | 
count | 
 The returned count for every page.The default value is 20.  | 
page | 
 The returned page.The default value is 1.  | 
... | 
 Other request parameters for this API.  | 
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  | 
mid | 
 Weibo MID  | 
user | 
 User profile that posted the weibo  | 
status | 
 The weibo that is commented  | 
reply_comment | 
 Replied comment information  | 
Jian Li <rweibo@sina.com>
http://open.weibo.com/wiki/2/comments/timeline
1 2 3 4 5  | ## Not run: 
comments.timeline(roauth, count = 5)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.