2012-03-13
网易微博SDK及示例源码
网易微博SDK及示例源码程序介绍:网易微博(http://t.163.com)的C#SDK,方便基于.NET平台开发的桌面、WEB程序访问网易微博接口。开发者只需要在网易微博申请consumerkey与consumersecret就可以通过T163SDK访问网易微博API了。示例程序演示如何使用web和winform调用网易微博接口验证,收发信息,上传图片等。部分微博接口方法名微博列表(Timeline)获取当前登录用户关注用户的最新微博列表(statuses/home_timeline)OAuthService.GetHomeTimeLine(Int32,Boolean,String,String)获取最新的公共微博列表(随便看看)(statuses/public_timeline)OAuthService.GetPublicTimeLine(Boolean)获取@评论当前登录用户的微博列表(statuses/mentions)OAuthService.GetMentions(Int32,Boolean,String,String)