添加用户所在自定义分组

跳转到: 导航, 搜索
(接口请求参数)
(接口请求参数)
 
(未显示1个用户的2个中间版本)
第1行: 第1行:
 
=添加用户到自定义分组=
 
=添加用户到自定义分组=
开发者可以通过已知用户ID和分组ID,添加特定用户到已知自定义分组。
+
移动用户分组
  
 
==URL==
 
==URL==
第25行: 第25行:
 
{{api_args|to_groupid|true|long|分组id。}}
 
{{api_args|to_groupid|true|long|分组id。}}
 
|}
 
|}
 +
 +
 +
调用示例:
 +
 +
curl "https://m.api.weibo.com/2/messages/custom_rule/member/update.json" -d 'access_token=ACCESS_TOKEN&follower_id=FOLLOWER_ID&to_groupid=TO_GROUPID'
  
 
==返回结果==
 
==返回结果==
第30行: 第35行:
 
正常情况下,微博会返回下述JSON数据包:
 
正常情况下,微博会返回下述JSON数据包:
 
<pre>
 
<pre>
{"errcode": 0, "errmsg": "ok"}
+
{“error”:”ok”,”error_code”:”0”}
 
</pre>
 
</pre>
  

2014年9月16日 (二) 19:49的最后版本

添加用户到自定义分组

移动用户分组

URL

https://m.api.weibo.com/2/messages/custom_rule/member/update.json

HTTP请求方式

POST

是否需要登录


关于登录授权,参见 如何登录授权


接口请求参数

参数详情:

  必选 类型及范围 说明
access_token true string 在粉丝服务平台 - 高级功能 - 开发者模式页面中获取,或者OAuth2.0授权后获得, 详细参考 获取粉丝服务平台开发接口的access token
follower_id true long 粉丝id。
to_groupid true long 分组id。


调用示例:

curl "https://m.api.weibo.com/2/messages/custom_rule/member/update.json" -d 'access_token=ACCESS_TOKEN&follower_id=FOLLOWER_ID&to_groupid=TO_GROUPID'

返回结果

正常情况下,微博会返回下述JSON数据包:

 {“error”:”ok”,”error_code”:”0”}

失败返回

{
"request": "XXXX/messages/custom_rule/member/update",
"errcode": "1000XX",
"errmsg": "error message."
}



文档更新时间: 2014-09-16