ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 接口名称 WeiboStatuses/user_timeline ### 接口描述 返回用户发布的微博列表 ### 请求地址 http://URL/WeiboStatuses/user_timeline ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) user_id 用户id(选填,默认当前用户) (int) count,分页显示时,指定每页显示条数(默认20) (int) page,分页显示时,指定获取的页码(默认取第1页) (string) format,返回格式可选 json/php/test格式(默认json格式,为了阅读方便,以下文档中输出结果均以test格式显示) ~~~ ### 输出结果 ~~~ [ { "feed_id": 66, "uid": "1", "type": "postimage", "publish_time": "1434425436", "comment_count": "0", "digg_count": "0", "repost_count":'0', "feed_content": "分享图片", "content": "分享图片", "uname": "你猜猜T", "avatar": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1434019465", "image": "http://demo-coutuan123.b0.upaiyun.com/2015/0616/11/557f98545f080.jpg!550xauto.jpg", "price": 0 }, { "feed_id": 47, "uid": "1", "type": "service", "publish_time": "1432280507", "comment_count": "0", "digg_count": "0", "repost_count":'0', "feed_content": null, "content": null, "uname": "你猜猜T", "avatar": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1434019465", "price": 0, "image": "http://www.candy.com/apps/microshop/_static/images/worksbg.png" } ] ~~~ ### 字段说明 ~~~ Feed_id 动态主键 Uid 发布者UID Type 类型: post(文字)、 postimage(图片)、 postfile(附件)、 postvideo(视频)、 repost(转发)、 weiba_post(微吧的帖子)、 weiba_repost(帖子的转发) service 服务 works 作品 Content:内容 feed_content 微博内容 digg_count 点赞数 comment_count 评论数 repost_count 转发数 Publish_time:发布时间 Uname:作者名字 Avatar:作者小头像 Image:分享的第一张图片 Price:相关价格 (当 type=service或者works 时显示价格,0 表示价格保密) ~~~ ### 其他说明