Statuses/upload url text

跳转到: 导航, 搜索

目录

statuses/upload_url_text

发布一条微博,同时指定已经上传的图片picid或internet上的图片url.请求必须用POST方式。如果没有登录或超过发布上限,将返回403错误。

URL

http://api.t.sina.com.cn/statuses/upload_url_text.format

格式

xml,json

HTTP请求方式

POST

是否需要登录

True

请求数限制

True

关于请求数限制,参见接口访问权限说明

请求参数

必选参数

  • status ,要更新的微博信息。必须做URLEncode,信息内容超过140个汉字,为空返回400错误。
  • pic_id 已经上传的图片picid.
  • url 可internet上图片的URL,必须以http://开头。

注:picid或url必选一个,两个参数都存在时,取picid参数的值为准。

返回结果

XML

 <?xml version="1.0" encoding="UTF-8"?>
 <status>
   <id>8374590857</id>
   <text>博客已老 围脖当道 http://sinaurl.cn/hMxBc </text>
   <source>
     <a href="http://t.sina.com.cn">Web</a>
   </source>
   <favorited>false</favorited>
   <truncated>false</truncated>
   <created_at>Tue Nov 17 20:11:24 +0800 2009</created_at>
   <user>
     <id>10503</id>
     <screen_name>timyang</screen_name>
     <name>Tim Yang</name>
     <location>广州</location>
     <description>blog: timyang.net</description>
     <url>http://timyang.net</url>
     <profile_image_url>http://tt8.sinaimg.cn/10503/50/1256306049</profile_image_url>
     <followers_count>0</followers_count>
     <friends_count>0</friends_count>
     <statuses_count>0</statuses_count>
     <favourites_count>0</favourites_count>
   </user>
 </status>

JSON

    {"created_at":"Thu Jan 07 10:51:19 +0800 2010",
    "id":142296,
    "text":"http://sinaurl.cn/hi4sD",
    "source":"<a id=\"0\" href=\"http://t.sina.com.cn/\" rel=\"nofollow\">Web</a>",
    "favorited":false,
    "truncated":false,
    "in_reply_to_status_id":"",
    "in_reply_to_user_id":"",
    "in_reply_to_screen_name":"",
    "thumbnail_pic":"http://static12.photo.sina.com.cn/thumbnail/5219ba9d072da9d51f7bb",
    "bmiddle_pic":"http://static12.photo.sina.com.cn/bmiddle/5219ba9d072da9d51f7bb",
    "original_pic":"http://static12.photo.sina.com.cn/orignal/5219ba9d072da9d51f7bb",
    "geo":null,
    "user":<br/>        {"id":11075,
         "screen_name":"name_11075",
         "name":"name_11075",
         "province":"0",
         "city":"0",
         "location":"",
         "description":"",
         "url":"",
         "profile_image_url":"http://tp4.sinaimg.cn/11075/50/0",
         "domain":"11075",
         "followers_count":28,
         "friends_count":50,
         "statuses_count":0,
         "favourites_count":29,
         "created_at":"Thu Jan 01 08:00:00 +0800 1970",
         "following":false,
         "geo_enabled":false,
         "verified":true}
    }

字段说明 - status

  • created_at: 创建时间
  • id: 微博ID
  • text: 微博信息内容
  • source: 微博来源
  • favorited: 是否已收藏
  • truncated: 是否被截断
  • in_reply_to_status_id: 回复ID
  • in_reply_to_user_id: 回复人UID
  • in_reply_to_screen_name: 回复人昵称
  • thumbnail_pic: 缩略图
  • bmiddle_pic: 中型图片
  • original_pic:原始图片
  • user: 作者信息
  • retweeted_status: 转发的博文,内容为status,如果不是转发,则没有此字段

字段说明 - user

  • id: 用户UID
  • screen_name: 微博昵称
  • name: 友好显示名称,同微博昵称
  • province: 省份编码(参考省份编码表)
  • city: 城市编码(参考城市编码表)
  • location:地址
  • description: 个人描述
  • url: 用户博客地址
  • profile_image_url: 自定义图像
  • domain: 用户个性化URL
  • gender: 性别,m--男,f--女,n--未知
  • followers_count: 粉丝数
  • friends_count: 关注数
  • statuses_count: 微博数
  • favourites_count: 收藏数
  • created_at: 创建时间
  • following: 是否已关注(此特性暂不支持)
  • verified: 加V标示,是否微博认证用户
文档更新时间: 2011-01-04