获取个人收藏的动态
出自开开API
目录 |
说明
获取个人收藏的动态
路径
http://open.k.ai/public/favorites.[json,xml]?key=appkey
是否需要身份认证
YES
请求数限制
YES
参数
page (可选):起始页,默认为1
count(可选):返回的数量,默认20,最大50
HTTP调用方式
GET
成功返回
XML
<?xml version="1.0" encoding="UTF-8"?> <statuses> <status> <create_at>20100729T0318Z</create_at> <id>172382.47</id> <category>normal</category> <text>内容</text> <source>S60</source> <favorited>true</favorited> <photo_url/> <!-- 图片的URL --> <photo_thumb_url/> <photo_origin_url/> <up>0</up> <down>0</down> <user_concise> <id>172382</id> <name>用户名</name> <screen_name>用户昵称</screen_name> <gender>male</gender> <age>25</age> <location>机场路</location> <description/> <profile_image_url>http://k.ai/files/avatar/23/55/54/172382.10125.jpg</profile_image_url> <rp>707</rp> <protected>false</protected> <friend>true</friend> <following>true</following> <block>false</block> <last_checkin> <create_at>20100729T0319Z</create_at> <poi_simple> <id>123321</id> <name>国际科技园</name> <lon>120.67151063887</lon> <lat>31.295787820569</lat> </poi_simple> </last_checkin> </user_concise> <poi_concise> <id>125225</id> <category_id>7</category_id> <category_image_url> http://k.ai/images/poi/category/48/life.png </category_image_url> <name>Apple Store(三里屯店)</name> <lon>116.45507806947</lon> <lat>39.935802707705</lat> <address>朝阳区三里屯路19号院三里屯Village6号楼</address> <city/> <province/> <country/> </poi_concise> <in_reply_to_status> <id>172470.142</id> <category>normal</category> <text>text</text> <source>kai</source> <create_at>20100727T0534Z</create_at> <photo_url/> <photo_thumb_url/> <photo_origin_url/> <user_concise> <id>172470</id> <name>jeff123</name> <screen_name>jeff1111</screen_name> <gender>male</gender> <age>25</age> <location>苏州 苏州市工业园区星洲街</location> <description/> <profile_image_url>http://k.ai/files/avatar/23/77/69/172470.10339.jpg</profile_image_url> <rp>852</rp> <protected>false</protected> <friend>true</friend> <following>true</following> <block>false</block> <last_checkin> <create_at>20100723T0508Z</create_at> <poi_simple> <id>122581</id> <name>和乔丽晶</name> <lon>120.58558339091</lon> <lat>31.297777203157</lat> </poi_simple> </last_checkin> </user_concise> <poi_concise> <id>122581</id> <category_id>4</category_id> <category_image_url> http://k.ai/images/poi/category/48/life.png </category_image_url> <name>和乔丽晶</name> <lon>120.58558339091</lon> <lat>31.297777203157</lat> <address>苏州市工业园区星洲街</address> <city>苏州</city> <province/> <country/> </poi_concise> </in_reply_to_status> </status> ... </statuses>
验证未通过返回
Http Code 401
