C/2/friendships/show/biz
friendships/show/biz
获取当前登录用户与其他用户之间的详细关注关系情况
URL
https://c.api.weibo.com/2/friendships/show/biz.json
支持格式
JSON
HTTP请求方式
GET
是否需要登录
是
关于登录授权,参见 如何登录授权
访问授权限制
是
请求参数
必选 | 类型及范围 | 说明 | |
---|---|---|---|
source | false | string | 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。 |
access_token | false | string | 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。 |
target_id | false | int64 | 目标用户的UID。 |
target_screen_name | false | string | 目标用户的微博昵称。 |
注意事项
- 参数target_id与target_screen_name二者必选其一,且只能选其一
返回结果
JSON示例
{ "target": { "id": 1418348195, "screen_name": "zaku", "followed_by": false, "following": false, "notifications_enabled": false }, "source": { "id": 1734528095, "screen_name": "檀木幻想", "followed_by": false, "following": false, "notifications_enabled": false } }
关于错误返回值与错误代码,参见 错误代码说明
字段说明
无
其他
无
文档更新时间: 2018-08-27