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

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

NET包装是否

  • 资源大小:12.93 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分: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
0.209318s