/action/openapi/tweet_detail


/action/openapi/tweet_detail

获取动弹列表

URL

/action/openapi/tweet_detail

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问动弹信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
idtruelong动弹ID0
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "id": 1121274,
  3. "pubDate": "2013-08-28 18:40:07.0",
  4. "body": "@做最好的三三",
  5. "author": "彭博",
  6. "authorid": 89964,
  7. "imgBig":"http://static.oschina.net/img/hello-big.png",
  8. "imgSmall":"http://static.oschina.net/img/hello-small.png",
  9. "commentCount": 0,
  10. "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000"
  11. }

返回字段说明

返回值字段类型及范围说明
idint动弹ID
pubDatedatetime动弹时间
bodystring动弹内容
authorstring发帖人
authoridlong发帖人ID
imgSmallstring动弹小图
imgBigstring动弹大图
commentCountint评论数
portraitstring发帖人用户头像地址

错误说明