- 认证接口
- 个人信息
- 新闻
- 帖子
- 动弹
- 博客
- 评论
- 收藏
- 软件
- 私信
- 搜索
- 通知
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
update_user_relation
/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_token | true | string | oauth2_token获取的access_token | |
friend | true | long | 对方用户id | |
relation | true | int | 0-取消关注,1-加关注 | |
dataType | true | string | 返回值类型['json'|'jsonp'|'xml'] | json |
注意事项 暂无 返回结果 JSON
{ "error": 200, "relation": 2, "error_description": "您已经对Ta添加关注" } { "error": 500, "error_description": "非法请求参数" }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
relation | int | 1-互粉,2-已关注,3-未关注 |
error | string | 错误代码(200-操作成功,500-操作失败) |
error_description | string | 错误描述 |
错误说明
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论