Twitter Api for .NETApplications

2020-07-13 09:21发布

Can any one suggest me to best C# twitter api for developing application with twitter api?. I want all the advance functionality of twitter in my application.

标签: twitter
4条回答
Summer. ? 凉城
2楼-- · 2020-07-13 09:28

Kindly follow the below link to get latest API for Twitter Latest Twitter API

查看更多
冷血范
3楼-- · 2020-07-13 09:31

May I humbly suggest TweetSharp. It has full support for the API including the Search API and updates are released as soon as possible to address changes in the twitter API. (for instance, it already supports the upcoming GeoLocation APIs).

It's open source (MIT license), so you can use it free for pretty much anything you want.

Disclosure: I'm a project owner.

查看更多
做个烂人
4楼-- · 2020-07-13 09:35

Twitterizer

Twitterizer is a .NET class library that provides an easy-to-use interface for the Twitter web api. It is written for developers. It's features are easy to discover and follow a consistent design pattern. http://www.twitterizer.net

查看更多
欢心
5楼-- · 2020-07-13 09:42

LINQ to Twitter, if your app is LINQ-enabled.

"LINQ to Twitter is a LINQ Provider for the Twitter micro-blogging service. It uses standard LINQ syntax for queries and includes method calls for changes via the Twitter API."

I haven't used this myself, just found it when browsing and passing it on. It's interesting that if you search with the #linqtotwitter hashtag, you can see all the test tweets, which all start with "Ç".

查看更多
登录 后发表回答