/action/openapi/my_information


/action/openapi/my_information

个人主页详情

URL

/action/openapi/my_information

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

授权范围(scope)

访问用户信息

请求参数

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

注意事项

暂无

返回结果

JSON

  1. {
  2. "uid": 89964,
  3. "name": "彭博",
  4. "gender": 1,
  5. "province": "广东",
  6. "city": "深圳",
  7. "platforms": [
  8. "Java EE",
  9. "Java SE",
  10. "JavaScript",
  11. "HTML/CSS"
  12. ],
  13. "expertise": [
  14. "WEB开发",
  15. "桌面软件开发",
  16. "服务器端开发"
  17. ],
  18. "joinTime": "2010-07-14 17:15:55",
  19. "lastLoginTime": "2013-10-21 10:55:36",
  20. "portrait": "http://www.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000",
  21. "fansCount": 19
  22. "favoriteCount": 176,
  23. "followersCount": 14,
  24. "notice": {
  25. "replyCount": 0,
  26. "msgCount": 0,
  27. "fansCount": 0,
  28. "referCount": 0
  29. },
  30. }

返回字段说明

返回值字段类型及范围说明
uidlong被查询用户id
namestring用户名称
genderint性别:1-男,2-女
provincestring省份
citystring城市
platformsarray开发平台
expertisearray专长领域
joinTimedatetime加入时间
lastLoginTimedatetime最近登录时间
portraitstring头像
fansCountstring粉丝数
favoriteCountstring收藏数
followersCountstring关注数
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明