获取粉丝列表
出自开开API
目录 |
说明
得到关注指定用户的用户列表
路径
http://open.k.ai/public/users/followers.[json,xml]?key=appkey
是否需要身份认证
YES
请求数限制
YES
参数
id:指定用户的 id
page (可选):起始页,默认为1
count(可选):返回的数量,默认20,最大50
HTTP调用方式
GET
成功返回
XML
<?xml version="1.0" encoding="UTF-8"?> <users> <user_concise> <id>172458</id> <name>用户名</name> <screen_name>用户昵称</screen_name> <gender>male</gender> <age>25</age> <location>工业园区文和路(金益市场对面)</location> <description/> <profile_image_url>http://k.ai/files/avatar/27/36/00/172458.11302.jpg</profile_image_url> <rp>853</rp> <protected>false</protected> <friend>true</friend> <following>true</following> <block>false</block> <last_checkin> <create_at>20100727T0043Z</create_at> <poi_simple> <id>122951</id> <name>金益新村大排档</name> <lon>120.67043775527</lon> <lat>31.288636697718</lat> </poi_simple> </last_checkin> </user_concise> <user_concise> <id>172459</id> <name>用户名</name> <screen_name>用户昵称</screen_name> <gender>male</gender> <age>25</age> <location>工业园区文和路(金益市场对面)</location> <description/> <profile_image_url>http://k.ai/files/avatar/27/36/00/172458.11302.jpg</profile_image_url> <rp>853</rp> <protected>false</protected> <friend>true</friend> <following>true</following> <block>false</block> <last_checkin> <create_at>20100727T0043Z</create_at> <poi_simple> <id>122951</id> <name>金益新村大排档</name> <lon>120.67043775527</lon> <lat>31.288636697718</lat> </poi_simple> </last_checkin> </user_concise> </users>
验证未通过返回
Http Code 401
