网易微博API源码示例(很好理解的哦)

时间:2016-02-06 14:34:02
【文件属性】:

文件名称:网易微博API源码示例(很好理解的哦)

文件大小:1.19MB

文件格式:ZIP

更新时间:2016-02-06 14:34:02

网易微博API

网易官方的接口基本都在里面,都写好了,只要调用一下就行了哦! 开发者只需要在网易微博申请consumer key与consumer secret就可以通过 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)


【文件预览】:
micr3_Wangyi
----micr3_Wangyi()
--------UserControl1.xaml.cs(638B)
--------micr3_Wangyi.csproj(5KB)
--------App.xaml.cs(308B)
--------MainWindow.xaml.cs(731B)
--------UserControl1.xaml(507B)
--------MainWindow.xaml(299B)
--------Properties()
--------WangYi_Login.xaml(2KB)
--------WangYi_Login.xaml.cs(4KB)
--------App.xaml(323B)
--------obj()
--------bin()
----micr3_Wangyi.suo(38KB)
----micr3_Wangyi.sln(3KB)
----WangYiClass()
--------OAuthResponse.cs(5KB)
--------OAuthService.cs(175KB)
--------OAuthUtility.cs(5KB)
--------Class1.cs(163B)
--------WangYiClass.csproj(3KB)
--------StringExtension.cs(3KB)
--------Properties()
--------LinqBridge.cs(103KB)
--------Urls.cs(6KB)
--------OAuthRequest.cs(15KB)
--------obj()
--------Model()
--------bin()

网友评论

  • 折腾半天还是没搞明白,不如新浪的接口好弄。
  • 这个就是官方改造版啊
  • 网易的还好用,我的app都做好了
  • 很好,有些地方可以直接拿来用。谢谢 了
  • 感觉不用这么复杂的,希望别人借鉴
  • 能用,但是我没看懂
  • 总体的流程是对的;但是好像没发现web版的;和官方的差不多;
  • 好用,和 网易官方的文档一样