/action/openapi/my_information
/action/openapi/my_information
个人主页详情
URL
/action/openapi/my_information
支持格式
JSON JSONP XML
HTTP请求方式
GET/POST
是否需要登录
否
访问授权限制
授权范围(scope)
访问用户信息
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | true | string | oauth2_token获取的access_token | |
dataType | true | string | 返回值类型['json'|'jsonp'|'xml'] | json |
注意事项
暂无
返回结果
JSON
- {
- "uid": 89964,
- "name": "彭博",
- "gender": 1,
- "province": "广东",
- "city": "深圳",
- "platforms": [
- "Java EE",
- "Java SE",
- "JavaScript",
- "HTML/CSS"
- ],
- "expertise": [
- "WEB开发",
- "桌面软件开发",
- "服务器端开发"
- ],
- "joinTime": "2010-07-14 17:15:55",
- "lastLoginTime": "2013-10-21 10:55:36",
- "portrait": "http://www.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000",
- "fansCount": 19
- "favoriteCount": 176,
- "followersCount": 14,
- "notice": {
- "replyCount": 0,
- "msgCount": 0,
- "fansCount": 0,
- "referCount": 0
- },
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
uid | long | 被查询用户id |
name | string | 用户名称 |
gender | int | 性别:1-男,2-女 |
province | string | 省份 |
city | string | 城市 |
platforms | array | 开发平台 |
expertise | array | 专长领域 |
joinTime | datetime | 加入时间 |
lastLoginTime | datetime | 最近登录时间 |
portrait | string | 头像 |
fansCount | string | 粉丝数 |
favoriteCount | string | 收藏数 |
followersCount | string | 关注数 |
notice.replyCount | int | 未读评论数 |
notice.msgCount | int | 未读私信数 |
notice.fansCount | int | 新增粉丝数 |
notice.referCount | int | 未读@我数 |
错误说明