i downloaded latest Twitterizer . added these references.
using Twitterizer.Core;
using Twitterizer.Data;
using Twitterizer.Entities;
using Twitterizer.Streaming;
now what do i need to do ? i searched internet but examples are old and probably not supported by twitter. can anbody explain me step by step ?
i just want to tweet via my account.
Edit: Problem solved by using TweetSharp. i suggest you to use TweetSharp instead of Twitterizer .
Have you see the code examples on this page:
http://www.twitterizer.net/
Also see the docs page:
http://www.twitterizer.net/documentation/
The API seems a little confusing to me, never heard of this library.
Why not use Linq to Twitter : http://linqtotwitter.codeplex.com/
Its used by a lot of people.