/action/openapi/update_user_relation


/action/openapi/update_user_relation

更新好友关系(加关注、取消关注)

URL

/action/openapi/update_user_relation

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

password

授权范围(scope)

更改用户信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
friendtruelong对方用户id
relationtrueint0-取消关注,1-加关注
dataTypetruestring返回值类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "error": 200,
  3. "relation": 2,
  4. "error_description": "您已经对Ta添加关注"
  5. }
  6. {
  7. "error": 500,
  8. "error_description": "非法请求参数"
  9. }

返回字段说明

返回值字段类型及范围说明
relationint1-互粉,2-已关注,3-未关注
errorstring错误代码(200-操作成功,500-操作失败)
error_descriptionstring错误描述

错误说明