- 认证接口
- 个人信息
- 新闻
- 帖子
- 动弹
- 博客
- 评论
- 收藏
- 软件
- 私信
- 搜索
- 通知
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
tweet_detail
/action/openapi/tweet_detail
/action/openapi/tweet_detail 获取动弹列表 URL /action/openapi/tweet_detail 支持格式 JSON JSONP XML HTTP请求方式 GET/POST 是否需要登录 否 访问授权限制 暂无授权范围(scope) 访问动弹信息 请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | true | string | oauth2_token获取的access_token | |
id | true | long | 动弹ID | 0 |
dataType | true | string | 返回数据类型['json'|'jsonp'|'xml'] | json |
注意事项 暂无 返回结果 JSON
{ "id": 1121274, "pubDate": "2013-08-28 18:40:07.0", "body": "@做最好的三三", "author": "彭博", "authorid": 89964, "imgBig":"http://static.oschina.net/img/hello-big.png", "imgSmall":"http://static.oschina.net/img/hello-small.png", "commentCount": 0, "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000" }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
id | int | 动弹ID |
pubDate | datetime | 动弹时间 |
body | string | 动弹内容 |
author | string | 发帖人 |
authorid | long | 发帖人ID |
imgSmall | string | 动弹小图 |
imgBig | string | 动弹大图 |
commentCount | int | 评论数 |
portrait | string | 发帖人用户头像地址 |
错误说明
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论