返回介绍

active_list

发布于 2024-06-22 21:25:04 字数 12047 浏览 0 评论 0 收藏 0

/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

{
    "post_list": [
        {
            "id": 82977, 
            "author": "彭博", 
            "pubDate": "2012-12-18 16:20:08.0", 
            "title": "测试youku视频地址", 
            "answerCount": 0, 
            "authorid": 89964, 
            "answer": "", 
            "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000", 
            "viewCount": 12
        }, 
        {
            "id": 83123, 
            "author": "彭博", 
            "pubDate": "2013-05-24 10:34:40.0", 
            "title": "测试站外活动", 
            "answerCount": 0, 
            "authorid": 89964, 
            "answer": "", 
            "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000", 
            "viewCount": 0
        }
    ], 
    "notice": {
        "replyCount": 0, 
        "msgCount": 0, 
        "fansCount": 0, 
        "referCount": 0
    }
}
                        

返回字段说明

返回值字段类型及范围说明
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未读@我数

错误说明

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文