Reputation: 2028
I am very new to C# and i wish to sharpen my skills with some sort of projects. I want to create a small project using the twitter api (Search), but I'm wondering what the steps are, do i import the class i wish to use ?. I just want a breakdown of how i go about using the API.
Thanks.
Upvotes: 1
Views: 235
Reputation: 75113
I would suggest that, you use the LinqToTwitter from NuGet.
AppHarbor (a cloud hosting company) has a small Twitter project with Twitter and RavenDB in youtube, that you could easily follow up...
instead of saving tweets to the database, just use Console.WriteLine()
and have some fun.
That can let you start with Twitter and C#...
Upvotes: 1