/action/openapi/tweet_list


/action/openapi/tweet_list

获取动弹列表 (最新动弹列表 我的动弹)

URL

/action/openapi/tweet_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问动弹信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
userfalselong用户ID [ 0:最新动弹,-1:热门动弹,其它:我的动弹 ]0
pageSizetrueint每页条数20
page/pageIndextrueint页数1
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "notice": {
  3. "replyCount": 0,
  4. "msgCount": 0,
  5. "fansCount": 0,
  6. "referCount": 0
  7. },
  8. "tweetlist": [
  9. {
  10. "id": 1121274,
  11. "pubDate": "2013-08-28 18:40:07.0",
  12. "body": "@做最好的三三",
  13. "author": "彭博",
  14. "authorid": 89964,
  15. "commentCount": 0,
  16. "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000"
  17. }
  18. ]
  19. }

返回字段说明

返回值字段类型及范围说明
tweetlist.idint动弹ID
tweetlist.pubDatedatetime动弹时间
tweetlist.bodystring动弹内容
tweetlist.authorstring发帖人
tweetlist.authoridlong发帖人ID
tweetlist.commentCountint评论数
tweetlist.portraitstring发帖人用户头像地址
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明