多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 接口名称 WeiboStatuses/weibo_search_weibo ### 接口描述 根据关键字搜索微博 ### 请求地址 http://URL/WeiboStatuses/weibo_search_weibo ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (string) key,查询关键词 (int) max_id,最大微博ID (int)count,分页显示时,指定每页显示条数(默认20) (int)page,分页显示时,指定获取的页码(默认取第1页) (string) format,返回格式可选 json/php/test格式(默认json格式) ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "list": [ { "feed_id": 9, "uid": "12", "type": "postimage", "app_row_table": "feed", "app_row_id": "0", "publish_time": "1432177637", "comment_count": "0", "repost_count": "0", "digg_count": "0", "feed_content": "123334556", "content": "123334556", "uname": "Tangguo8954", "avatar": "http://192.168.1.154/addons/theme/stv1/_static/image/noavatar/small.jpg", "image": "http://demo-coutuan123.b0.upaiyun.com/2015/0521/11/555d4bdf19269.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=9" } ] } 失败 { "status": 0, "msg": "请输入关键词" } ~~~ 其他说明: ~~~ 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:相关价格 ~~~