sina官方文件中心:
繞過oauth頁面認證的方法使用了akita 的方法,在此感謝,關於該方法的部落格:
也就是說:每個賬號每小時最多發30條微博。。。。
skd使用方法:
//因為**部落格,所以用陣列存放了使用者資訊,x代表陣列下標。
httprequest.getverifier(「使用者名稱[x]」,「密碼[x]」x);
httprequest2.request(sendurl, "status=" + httputility.urlencode(「微博內容」));
下面貼出**:
using:
usingsystem;
using
system.collections.generic;
using
system.windows.forms;
using
system.io;
using
leoshi.soft.opensinaapi;
using
system.web;
using
system.threading;
讀取配置檔案並獲取相應的accesstoken,配置檔案的格式為:username&password,每個這樣的佔一行,使用記事本寫就行了。
privatevoid
btn_readini_click(
object
sender, eventargs e)
if(txt_filepath.text
!=""));
}sr.close();
fs.close();
}btn_send.enabled
=false
;initsina();
btn_send.enabled
=true
;lb_status.text ="
成功連線微博,初始化完成";
}private
void
initsina()
}
傳送微博:
private
void
btn_send_click(
object
sender, eventargs e)
private
void
sendweibo()
}btn_send.enabled
=true
;btn_readini.enabled
=true
;lb_status.text ="
傳送完成。";
}
新浪微博授權
一.建立應用 2.進入我的應用 3.建立應用 二.oauth的授權流程 你所開發的應用需要的流程如下 2.得到request token後重定向使用者到服務商的授權頁面 3.如果使用者選擇授權你的應用,用request token向服務商請求換取access token 4.得到access tok...
模擬登入微博通,抓取新浪微博c
廢話少說,下面的東西就在倆個小時內完成了。一 首先我們要提到模擬登入微博通,我用fiddler檢視了下,發現登入走下面三個流程 下面來上 完成上面的描述,很簡單,如下 1 我們先定義乙個全域性變數 private static cookiecontainer cc new cookiecontain...
模擬新浪微博
1.專案效果圖 主要 如下 android layout width match parent android layout height match parent android padding 10dip android orientation vertical 2 獲取xml資源 在andro...