ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 接口名称 WeiboStatuses/favorite_feed ### 接口描述 发表评论 ### 演示地址 http://URL/WeiboStatuses/favorite_feed ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int)count,分页显示时,指定每页显示条数(默认20) (int) page,分页显示时,指定获取的页码(默认取第1页) (string) format,返回格式可选 json/php/test格式(默认json格式) ~~~ ### 输出结果 ~~~ { "status": 1, "list": [ { "feed_id": 66, "uid": "1", "type": "postimage", "app_row_table": "feed", "app_row_id": "0", "publish_time": "1434425436", "comment_count": "2", "repost_count": "0", "digg_count": "2", "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, "is_digg": 0, "share_url": "http://192.168.1.154/index.php?app=public&mod=Public&act=weiboDetail&feed_id=66" } ] } ~~~ ### 其他说明 ~~~ Feed_id 动态主键 Uid 发布者UID Type 类型: post(文字)、 postimage(图片)、 postfile(附件)、 postvideo(视频)、 repost(转发)、 weiba_post(微吧的帖子)、 weiba_repost(帖子的转发) service 服务 works 作品 Content:内容 digg_count 点赞数 comment_count 评论数 Publish_time:发布时间 Uname:作者名字 Avatar:作者小头像 Image:分享的第一张图片 Api_source:微博来源 Price:相关价格 (当 type=service或者works 时显示价格,0 表示价格保密) share_url 分享URL is_digg 是否点赞过 ~~~