/action/openapi/friends_list


/action/openapi/friends_list

获取好友列表

URL

/action/openapi/friends_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问用户信息

请求参数

必选类型及范围说明默认值
page/pageIndextrueint页数1
pageSizetrueint每页条数20
relationtrueint0-粉丝|1-关注的人0
access_tokentruestringoauth2_token获取的access_token
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "userList": [
  3. {
  4. "expertise": "<无>",
  5. "name": "test33",
  6. "userid": 253469,
  7. "gender": 1,
  8. "portrait": "http://static.oschina.org/uploads/user/126/253469_100.jpg?t=1366257509000"
  9. }
  10. ],
  11. "notice": {
  12. "replyCount": 0,
  13. "msgCount": 0,
  14. "fansCount": 0,
  15. "referCount": 0
  16. }
  17. }

返回字段说明

返回值字段类型及范围说明
userList.idint用户ID
userList.namestring用户名
userList.portraitstring用户头像
userList.expertisestring用户职业技能
userList.genderint性别 1-男|2-女
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明