package weibo4j.examples;
import java.util.List;
import weibo4j.Status;
import weibo4j.Weibo;
import weibo4j.WeiboException;
public class GetUserTimeline {
/**
* 获取用户发布的微博信息列表
* @param args
*/
public static void main(String[] args) {
System.setProperty("weibo4j.oauth.consumerKey", Weibo.CONSUMER_KEY);
System.setProperty("weibo4j.oauth.consumerSecret", Weibo.CONSUMER_SECRET);
try {
args=new String[3];
args[0]="微博帐号";
args[1]="微博密码";
args[2]="11051";
//获取24小时内前20条用户的微博信息;args[2]:用户ID
List<Status> statuses = getWeibo(false,args).getUserTimeline(args[2],20,2);
for (Status status : statuses) {
System.out.println(status.getUser().getName() + ":" +
status.getText());
}
} catch (WeiboException e) {
e.printStackTrace();
}
}
private static Weibo getWeibo(boolean isOauth,String[] args) {
Weibo weibo = new Weibo();
if(isOauth) {//oauth验证方式 args[0]:访问的token;args[1]:访问的密匙
weibo.setToken(args[0], args[1]);
}else {//用户登录方式
weibo.setUserId(args[0]);//用户名/ID
weibo.setPassword(args[1]);//密码
}
return weibo;
}
}
--------------------------------------------------------------下面是返回数据---------------------------------------------------
[Wed Dec 15 13:28:47 CST 2010]Request:
[Wed Dec 15 13:28:47 CST 2010]GET http://api.t.sina.com.cn/statuses/user_timeline/11051.xml?source=2465513401&since_id=2&count=20
[Wed Dec 15 13:28:47 CST 2010]Authorization: Basic c291YXBwQDE2My5jb206bWFvbWFv
[Wed Dec 15 13:28:47 CST 2010]X-Weibo-Client-Version: 2.0.10
[Wed Dec 15 13:28:47 CST 2010]Accept-Encoding: gzip
[Wed Dec 15 13:28:47 CST 2010]User-Agent: weibo4j http://open.t.sina.com.cn/ /2.0.10
[Wed Dec 15 13:28:47 CST 2010]X-Weibo-Client-URL: http://open.t.sina.com.cn/-2.0.10.xml
[Wed Dec 15 13:28:47 CST 2010]Response:
[Wed Dec 15 13:28:47 CST 2010]HTTP/1.1 200 OK
[Wed Dec 15 13:28:47 CST 2010]Age: 0
[Wed Dec 15 13:28:47 CST 2010]Content-Length: 4211
[Wed Dec 15 13:28:47 CST 2010]Expires: Thu, 01 Jan 1970 00:00:00 GMT
[Wed Dec 15 13:28:47 CST 2010]Connection: keep-alive
[Wed Dec 15 13:28:47 CST 2010]Server: weibo
[Wed Dec 15 13:28:47 CST 2010]Cache-Control: no-cache
[Wed Dec 15 13:28:47 CST 2010]Pragma: No-cache
[Wed Dec 15 13:28:47 CST 2010]X-Varnish: 116048906
[Wed Dec 15 13:28:47 CST 2010]Date: Wed, 15 Dec 2010 05:28:58 GMT
[Wed Dec 15 13:28:47 CST 2010]Vary: Accept-Encoding
[Wed Dec 15 13:28:47 CST 2010]Content-Encoding: gzip
[Wed Dec 15 13:28:47 CST 2010]Via: 1.1 varnish
[Wed Dec 15 13:28:47 CST 2010]Content-Type: application/xml;charset=UTF-8
[Wed Dec 15 13:28:51 CST 2010]<?xml version="1.0" encoding="UTF-8"?><statuses>
<status>
<created_at>Wed Dec 15 10:18:58 +0800 2010</created_at>
<id>4460735569</id>
<text>我刚刚参加了一个很棒的活动“微博开放平台开发者沙龙(广州站)” 地点:广东广州 时间:01月08日 活动链接:http://sinaurl.cn/hblky7</text>
<source>
<a href="http://beijing.t.sina.com.cn">活动</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<thumbnail_pic>http://ww4.sinaimg.cn/thumbnail/60dac5f8jw6dccarr0ennj.jpg</thumbnail_pic>
<bmiddle_pic>http://ww4.sinaimg.cn/bmiddle/60dac5f8jw6dccarr0ennj.jpg</bmiddle_pic>
<original_pic>http://ww4.sinaimg.cn/large/60dac5f8jw6dccarr0ennj.jpg</original_pic>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13807</followers_count>
<friends_count>5</friends_count>
<statuses_count>161</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
<annotations>
<annotation class="object">
<appid type="number">38</appid>
<id type="string">51763</id>
<name type="string">微博开放平台开发者沙龙(广州站)</name>
<skey type="string"/>
<title type="string">微博开放平台开发者...</title>
<url type="string">http://event.t.sina.com.cn/event_detail.php?eid=51763</url>
</annotation>
</annotations>
</status>
<status>
<created_at>Tue Dec 14 18:18:19 +0800 2010</created_at>
<id>4446545023</id>
<text>#广州开发者沙龙#广州的开发者,我们来啦~[乐乐] 欢迎各位参加微博开放平台开发者沙龙(广州)的活动,开放平台的工作人员会到场解答开发者的问题,详情请见活动地址:http://sinaurl.cn/hblKmR</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13785</followers_count>
<friends_count>5</friends_count>
<statuses_count>160</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
<annotations/>
</status>
<status>
<created_at>Tue Dec 14 10:40:59 +0800 2010</created_at>
<id>4436480641</id>
<text>各位亲爱的开发者,开放平台开发者沙龙上海站的活动已经圆满结束了~非常感谢上海的开发者们的大力支持,我们一定会加倍努力哒![乐乐] 在这里有沙龙的照片呦,快来看看吧~[呵呵] http://sinaurl.cn/hb6IlN</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13753</followers_count>
<friends_count>5</friends_count>
<statuses_count>159</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
<annotations/>
</status>
<status>
<created_at>Mon Dec 06 11:48:42 +0800 2010</created_at>
<id>4118113473</id>
<text>各位,上海的开发者沙龙马上就要停止报名啦~抓紧时间呀!开放平台的工作人员将现场解答开发者的问题,也会给大家带小礼物哦~ [乐乐] 跟大家分享一个新活动“微博开放平台开发者联谊会(上海站)” 活动链接:http://sinaurl.cn/hb7TRl</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13365</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
<annotations/>
</status>
<status>
<created_at>Mon Nov 29 16:08:43 +0800 2010</created_at>
<id>3958728723</id>
<text>各位开发者,我们的论坛上线啦~http://sinaurl.cn/h4FWc7 欢迎大家的参与~另外,关于技术相关的问题,可以在论坛上提出,也可以@微博API 这个官方技术支持账号哦~感谢大家对开放平台的支持~[呵呵]</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13780</followers_count>
<friends_count>5</friends_count>
<statuses_count>160</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Fri Nov 26 13:06:25 +0800 2010</created_at>
<id>3891865515</id>
<text>由于人数有限 群组二启动~http://sinaurl.cn/hbwgnM[呵呵]</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13644</followers_count>
<friends_count>5</friends_count>
<statuses_count>159</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
<retweeted_status>
<created_at>Fri Nov 26 12:01:23 +0800 2010</created_at>
<id>3890510645</id>
<text>微博开放平台开发者官方微群内测啦~http://sinaurl.cn/h4dX2w 欢迎开发者加入~需要邀请码请私信或@小新娘Alex</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13642</followers_count>
<friends_count>5</friends_count>
<statuses_count>159</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</retweeted_status>
</status>
<status>
<created_at>Fri Nov 26 12:01:23 +0800 2010</created_at>
<id>3890510645</id>
<text>微博开放平台开发者官方微群内测啦~http://sinaurl.cn/h4dX2w 欢迎开发者加入~需要邀请码请私信或@小新娘Alex</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13642</followers_count>
<friends_count>5</friends_count>
<statuses_count>159</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Thu Nov 25 09:24:38 +0800 2010</created_at>
<id>3866062243</id>
<text>开发者大会技术演讲嘉宾@TimYang 会到场解答开发者的问题,同时我们也准备了小礼物送给大家~人数有限,快快报名吧!跟大家分享一个新活动“微博开放平台开发者联谊会(上海站)” 活动链接:http://sinaurl.cn/hb7Gif</text>
<source>
<a href="http://beijing.t.sina.com.cn">活动</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<thumbnail_pic>http://ww1.sinaimg.cn/thumbnail/60dac5f8jw6dbnx2qc9x0j.jpg</thumbnail_pic>
<bmiddle_pic>http://ww1.sinaimg.cn/bmiddle/60dac5f8jw6dbnx2qc9x0j.jpg</bmiddle_pic>
<original_pic>http://ww1.sinaimg.cn/large/60dac5f8jw6dbnx2qc9x0j.jpg</original_pic>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13582</followers_count>
<friends_count>5</friends_count>
<statuses_count>159</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 23 18:16:52 +0800 2010</created_at>
<id>3833121851</id>
<text>新浪微博开放平台技术答疑官方账号正式启动(@微博API ),开发者如果有技术相关问题请@微博API 或者发私信,我们会有专业的技术人员为大家解答~</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平���</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13504</followers_count>
<friends_count>5</friends_count>
<statuses_count>159</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 23 18:14:49 +0800 2010</created_at>
<id>3833084467</id>
<text>上海的开发者,我们来啦~欢迎各位参加微博开放平台开发者联谊会(上海站)的活动,开放平台的工作人员会到场解答开发者的问题,详情请见活动地址http://sinaurl.cn/hb7TRl</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13501</followers_count>
<friends_count>5</friends_count>
<statuses_count>159</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Wed Nov 17 13:34:25 +0800 2010</created_at>
<id>3699058737</id>
<text>中国首届微博开发者大会于昨日成功举办。数千名全国各地的开发者和媒体到场参会,盛况空前,由于会场安保限制致使部分观众无法入场,我们在此表示诚挚的歉意,并对理解和支持我们工作的参会者说声“谢谢”。新浪微博如今的成绩与网民的支持密不可分,我们将继续努力带给您更优质的服务、更多的惊喜!</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13189</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 16 17:36:55 +0800 2010</created_at>
<id>3681801867</id>
<text>#无线互联开发#无线互联专场微讨论—移动开放平台的技术趋势与盈利模式。非著名主持人@刘兴亮,嘉宾有广东联通产品创新部副总监@李韩unispace,UC(优视科技)副总裁@陈石,斯凯网络副总裁@胡新勇,手机大头副总裁汪浚,街旁创始人刘大卫,新浪无线手机微博总监@郑伟。</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<thumbnail_pic>http://ww3.sinaimg.cn/thumbnail/00002b2bjw6dbfwr4khwcj.jpg</thumbnail_pic>
<bmiddle_pic>http://ww3.sinaimg.cn/bmiddle/00002b2bjw6dbfwr4khwcj.jpg</bmiddle_pic>
<original_pic>http://ww3.sinaimg.cn/large/00002b2bjw6dbfwr4khwcj.jpg</original_pic>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13148</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 16 17:35:29 +0800 2010</created_at>
<id>3681775547</id>
<text>#微博开发者大会#圆满结束,感谢大家的支持。关注新浪微博,关注微博开发者,应用合作请@微博开放平台,网站合作请@网站合作大掌柜。[耶]</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13148</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 16 17:23:35 +0800 2010</created_at>
<id>3681550465</id>
<text>#微博开发者大会#微讨论《优秀应用颁奖&明星应用分享》主持人:新浪微博开放平台运营负责人@龚民。嘉宾(明星应用开发者):@微博ipad��户端、@FlowReader、@Android口袋微博、@微博Me。</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<thumbnail_pic>http://ww4.sinaimg.cn/thumbnail/00002b2bjw6dbfwbzcyexj.jpg</thumbnail_pic>
<bmiddle_pic>http://ww4.sinaimg.cn/bmiddle/00002b2bjw6dbfwbzcyexj.jpg</bmiddle_pic>
<original_pic>http://ww4.sinaimg.cn/large/00002b2bjw6dbfwbzcyexj.jpg</original_pic>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13146</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 16 17:11:55 +0800 2010</created_at>
<id>3681325239</id>
<text>#微博开发者大会#@新浪科技 票选最受欢迎应用:@求收养。颁奖嘉宾:新浪副总裁&微博事业部总经理@彭少彬</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<thumbnail_pic>http://ww3.sinaimg.cn/thumbnail/00002b2bjw6dbfw0lxiwwj.jpg</thumbnail_pic>
<bmiddle_pic>http://ww3.sinaimg.cn/bmiddle/00002b2bjw6dbfw0lxiwwj.jpg</bmiddle_pic>
<original_pic>http://ww3.sinaimg.cn/large/00002b2bjw6dbfw0lxiwwj.jpg</original_pic>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13146</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 16 17:09:07 +0800 2010</created_at>
<id>3681271325</id>
<text>#微博开发者大会#《最受欢迎的应用》颁奖 —— 颁奖嘉宾:新浪副总裁&微博事业部总经理@彭少彬,获奖应用:iPhone微博助手、街旁、口袋微博、闻彰拼图、美图秀秀。(奖品iPad一台+获奖证书)</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<thumbnail_pic>http://ww1.sinaimg.cn/thumbnail/00002b2bjw6dbfvxbmnm9j.jpg</thumbnail_pic>
<bmiddle_pic>http://ww1.sinaimg.cn/bmiddle/00002b2bjw6dbfvxbmnm9j.jpg</bmiddle_pic>
<original_pic>http://ww1.sinaimg.cn/large/00002b2bjw6dbfvxbmnm9j.jpg</original_pic>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13146</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 16 16:59:52 +0800 2010</created_at>
<id>3681098209</id>
<text>#微博开发者大会#微讨论《微博平台上商业模式探讨》嘉宾寄语:@赵春业:新浪微博快跑,开发者快出手。@申音:把新浪口袋里的钱掏出来放到自己口袋里。@蒋涛CSDN:早起的鸟儿有虫吃。@冷笑话精选:寻找合作伙伴,团队一起成功。@金山:放心授权,密码很安全。</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<thumbnail_pic>http://ww1.sinaimg.cn/thumbnail/00002b2bjw6dbfvok6invj.jpg</thumbnail_pic>
<bmiddle_pic>http://ww1.sinaimg.cn/bmiddle/00002b2bjw6dbfvok6invj.jpg</bmiddle_pic>
<original_pic>http://ww1.sinaimg.cn/large/00002b2bjw6dbfvok6invj.jpg</original_pic>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13141</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 16 16:51:31 +0800 2010</created_at>
<id>3680938663</id>
<text>#微博开发者大会#微讨论《微博平台上商业模式探讨》知名微博应用开发者@金山:未来会更多的为微博上的小量需求去做应用,基础和宽泛的应用新浪官方会逐步提供。</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13141</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 16 16:49:55 +0800 2010</created_at>
<id>3680907899</id>
<text>#微博开发者大会#微讨论《微博平台上商业模式探讨》伊光旭@冷笑话精选:未来会考虑更好的改进目前新浪微博的已经存在和成熟的应用。</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13141</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status>
<status>
<created_at>Tue Nov 16 16:48:01 +0800 2010</created_at>
<id>3680872287</id>
<text>#微博开发者大会#微讨论《微博平台上商业模式探讨》糖衣炮弹作者、开源插件网站长@谢春业:小型的、简单的社交游戏最适合在微博的模式上运营,大型游戏或者复杂的游戏反而不适合微博。</text>
<source>
<a href="http://t.sina.com.cn">新浪微博</a>
</source>
<favorited>false</favorited>
<truncated>false</truncated>
<geo/>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<user>
<id>11051</id>
<screen_name>微博开放平台</screen_name>
<name>微博开放平台</name>
<province>11</province>
<city>8</city>
<location>北京 海淀区</location>
<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>
<url>http://open.t.sina.com.cn/</url>
<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>
<domain>openapi</domain>
<gender>m</gender>
<followers_count>13141</followers_count>
<friends_count>5</friends_count>
<statuses_count>158</statuses_count>
<favourites_count>0</favourites_count>
<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>
<following>false</following>
<verified>true</verified>
<allow_all_act_msg>true</allow_all_act_msg>
<geo_enabled>true</geo_enabled>
</user>
</status></statuses>
微博开放平台:我刚刚参加了一个很棒的活动“微博开放平台开发者沙龙(广州站)” 地点:广东广州 时间:01月08日 活动链接:http://sinaurl.cn/hblky7
微博开放平台:#广州开发者沙龙#广州的开发者,我们来啦~[乐乐] 欢迎各位参加微博开放平台开发者沙龙(广州)的活动,开放平台的工作人员会到场解答开发者的问题,详情请见活动地址:http://sinaurl.cn/hblKmR
微博开放平台:各位亲爱的开发者,开放平台开发者沙龙上海站的活动已经圆满结束了~非常感谢上海的开发者们的大力支持,我们一定会加倍努力哒![乐乐] 在这里有沙龙的照片呦,快来看看吧~[呵呵] http://sinaurl.cn/hb6IlN
微博开放平台:各位,上海的开发者沙龙马上就要停止报名啦~抓紧时间呀!开放平台的工作人员将现场解答开发者的问题,也会给大家带小礼物哦~ [乐乐] 跟大家分享一个新活动“微博开放平台开发者联谊会(上海站)” 活动链接:http://sinaurl.cn/hb7TRl
微博开放平台:各位开发者,我们的论坛上线啦~http://sinaurl.cn/h4FWc7 欢迎大家的参与~另外,关于技术相关的问题,可以在论坛上提出,也可以@微博API 这个官方技术支持账号哦~感谢大家对开放平台的支持~[呵呵]
微博开放平台:由于人数有限 群组二启动~http://sinaurl.cn/hbwgnM[呵呵]
微博开放平台:微博开放平台开发者官方微群内测啦~http://sinaurl.cn/h4dX2w 欢迎开发者加入~需要邀请码请私信或@小新娘Alex
微博开放平台:开发者大会技术演讲嘉宾@TimYang 会到场解答开发者的问题,同时我们也准备了小礼物送给大家~人数有限,快快报名吧!跟大家分享一个新活动“微博开放平台开发者联谊会(上海站)” 活动链接:http://sinaurl.cn/hb7Gif
微博开放平台:新浪微博开放平台技术答疑官方账号正式启动(@微博API ),开发者如果有技术相关问题请@微博API 或者发私信,我们会有专业的技术人员为大家解答~
微博开放平台:上海的开发者,我们来啦~欢迎各位参加微博开放平台开发者联谊会(上海站)的活动,开放平台的工作人员会到场解答开发者的问题,详情请见活动地址http://sinaurl.cn/hb7TRl
微博开放平台:中国首届微博开发者大会于昨日成功举办。数千名全国各地的开发者和媒体到场参会,盛况空前,由于会场安保限制致使部分观众无法入场,我们在此表示诚挚的歉意,并对理解和支持我们工作的参会者说声“谢谢”。新浪微博如今的成绩与网民的支持密不可分,我们将继续努力带给您更优质的服务、更多的惊喜!
微博开放平台:#无线互联开发#无线互联专场微讨论—移动开放平台的技术趋势与盈利模式。非著名主持人@刘兴亮,嘉宾有广东联通产品创新部副总监@李韩unispace,UC(优视科技)副总裁@陈石,斯凯网络副总裁@胡新勇,手机大头副总裁汪浚,街旁创始人刘大卫,新浪无线手机微博总监@郑伟。
微博开放平台:#微博开发者大会#圆满结束,感谢大家的支持。关注新浪微博,关注微博开发者,应用合作请@微博开放平台,网站合作请@网站合作大掌柜。[耶]
微博开放平台:#微博开发者大会#微讨论《优秀应用颁奖&明星应用分享》主持人:新浪微博开放平台运营负责人@龚民。嘉宾(明星应用开发者):@微博ipad客户端、@FlowReader、@Android口袋微博、@微博Me。
微博开放平台:#微博开发者大会#@新浪科技 票选最受欢迎应用:@求收养。颁奖嘉宾:新浪副总裁&微博事业部总经理@彭少彬
微博开放平台:#微博开发者大会#《最受欢迎的应用》颁奖 —— 颁奖嘉宾:新浪副总裁&微博事业部总经理@彭少彬,获奖应用:iPhone微博助手、街旁、口袋微博、闻彰拼图、美图秀秀。(奖品iPad一台+获奖证书)
微博开放平台:#微博开发者大会#微讨论《微博平台上商业模式探讨》嘉宾寄语:@赵春业:新浪微博快跑,开发者快出手。@申音:把新浪口袋里的钱掏出来放到自己口袋里。@蒋涛CSDN:早起的鸟儿有虫吃。@冷笑话精选:寻找合作伙伴,团队一起成功。@金山:放心授权,密码很安全。
微博开放平台:#微博开发者大会#微讨论《微博平台上商业模式探讨》知名微博应用开发者@金山:未来会更多的为微博上的小量需求去做应用,基础和宽泛的应用新浪官方会逐步提供。
微博开放平台:#微博开发者大会#微讨论《微博平台上商业模式探讨》伊光旭@冷笑话精选:未来会考虑更好的改进目前新浪微博的已经存在和成熟的应用。
微博开放平台:#微博开发者大会#微讨论《微博平台上商业模式探讨》糖衣炮弹作者、开源插件网站长@谢春业:小型的、简单的社交游戏最适合在微博的模式上运营,大型游戏或者复杂的游戏反而不适合微博。