Skip to content

statuses.public timeline.rest

lisztli edited this page Apr 26, 2012 · 2 revisions

#GET /statuses/public_timeline/

显示随便看看的消息

##路径

http://rest.fanfou.com/statuses/public_timeline/

##调用方法

GET

##参数:

    |作用       |格式       |字段说明

--------|-----------|-----------|------------ count|返回消息的条数|count=msg_count |可选, 取值范围1至60

##返回值:

返回收藏消息

  • 使用方法
curl -X GET "rest.fanfou.com/statuses/public_timeline/?oauth_token=oauth_token&count=1" | python -mjson.tool
  • 返回值
[
    {
        "created_at": "Wed Apr 25 03:13:09 +0000 2012", 
        "favorited": "false", 
        "id": 20120032, 
        "text": "<script >alert(2);</script>", 
        "user": {
            "created_at": "Sat May 12 15:58:58 +0000 2007", 
            "description": "my_desc", 
            "favourites_count": 72, 
            "followed": false, 
            "followers_count": 622, 
            "following": false, 
            "friends_count": 154, 
            "id": 113412, 
            "location": "Peking", 
            "profile_image_url": "http://avatar.lcff.com/s0/00/3e/r4.jpg?1334140470", 
            "profile_image_url_large": "http://avatar.lcff.com/l0/00/3e/r4.jpg?1334140470", 
            "protected": false, 
            "screen_name": "\u7a46\u8363\u5747\u5747\u5747", 
            "statuses_count": 6643, 
            "url": "moon", 
            "website": "http://nimei.org"
        }, 
        "wid": "hnaqd8oOANI"
    }
]
Clone this wiki locally