首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > NET包装是否

NET包装是否

  • 资源大小:12.93 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: net 是否 包装

资 源 简 介

Project Description FanfouNET is a .NET wrapper for the API of fanfou.com which is a micro-blogging service provider. Project Goal You can use this library access api.fanfou.com, so everything fanfou"s api can do, you can do more easier. Now the new version has released. v1.2 Features 1.Pluggable you can implement your own Response parser to parse the response. 2.Standalone the library is lightweight with no other dependencies but under .NET Framework 3.5 because it contain a Linq to XML parser by default. Samples You can use FanfouNET simply just like: FanfouRequest fanfou = new FanfouRequest();List publictimeline = fanfou.GetPublicTimeline();foreach(var status in publictimeline){ Console.WriteLine(status.Text);} or post a status simply: FanfouRequest fanfou = new FanfouRequest();fanfou.Credential = new FanfouCredential("youremail", "yourpassword");Status posted = fanfou.PostStatus

文 件 列 表

FanfouNET
API
FanfouException.cs
FanfouNET.csproj
PrivateMessage.cs
Properties
Status.cs
User.cs
FanfouNET.sln
ConsoleGo
ConsoleGo.csproj
Program.cs
Properties

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

  • just4down 3天前 成为了本站会员

  • shallow 3天前 成为了本站会员

4.198306s