/action/openapi/active_list


/action/openapi/active_list

获取动态列表

URL

/action/openapi/active_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

password

授权范围(scope)

访问用户信息

请求参数

必选类型及范围说明默认值
access_tokenfalsestringoauth2_token获取的access_token catalog为4时不需要认证 其它都需要 否则提示失败
catalogfalseint类别ID [ 0、1所有动态,2提到我的,3评论,4我自己 ]0
usertrueint用户ID0
pageSizefalseint每页条数20
page/pageIndexfalseint页数1
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

返回结果

JSON

  1. {
  2. "post_list": [
  3. {
  4. "id": 82977,
  5. "author": "彭博",
  6. "pubDate": "2012-12-18 16:20:08.0",
  7. "title": "测试youku视频地址",
  8. "answerCount": 0,
  9. "authorid": 89964,
  10. "answer": "",
  11. "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000",
  12. "viewCount": 12
  13. },
  14. {
  15. "id": 83123,
  16. "author": "彭博",
  17. "pubDate": "2013-05-24 10:34:40.0",
  18. "title": "测试站外活动",
  19. "answerCount": 0,
  20. "authorid": 89964,
  21. "answer": "",
  22. "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000",
  23. "viewCount": 0
  24. }
  25. ],
  26. "notice": {
  27. "replyCount": 0,
  28. "msgCount": 0,
  29. "fansCount": 0,
  30. "referCount": 0
  31. }
  32. }

返回字段说明

返回值字段类型及范围说明
activelist.idint动态ID
activelist.portraitstring发布者用户头像地址
activelist.authorstring发布者
activelist.authoridlong发布者ID
activelist.catalogint动态分类:1-新闻、2-问答区(发布帖子、回复帖子)、3-动弹、4-博客(发博客,评论)、0-其它
activelist.appClientint客户端类型:1-WEB、2-WAP、3-Android、4-IOS、5-WP
activelist.objectIdlong动态对象id:动弹 帖子 博客ID (根据objectType区分)
activelist.objectTypeint动态类型:1-开源软件、2-帖子、3-博客、4-新闻、5-代码、6-职位、7-翻译文章、8-翻译段落、16-新闻评论、17-讨论区答案、18-博客评论、19-代码评论、20-职位评论、21-翻译评论、32-职位评论、100-动弹、101-动弹回复
activelist.objectCatalogint动态对象分类:1-普通帖子(问答),2-城市圈活动,3-城市圈讨论,4-话题,5-对帖子评论的回复
activelist.objectTitlestring动态对象标题(动弹为空 帖子,博客的标题)
activelist.objectReply.objectNamestring动态对象回复者名称
activelist.objectReply.objectBodystring动态对象回复内容
activelist.urlstring动态对象链接
activelist.messagestring动态对象内容
activelist.tweetImagestring动弹图片,catalog 为 3 时(即为动弹时)才可能存在
activelist.commentCountint评论数
activelist.pubDatedatetime发布时间
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明