Thank you @imlokesh....
I have one more problem..
i want to read tweet from my account.for that i am using following code but it doesnt give any output on the console.
plz help me...
Output console show output like below
i want to read tweet from my account.for that i am using following code but it doesnt give any output on the console.
plz help me...
var userStream = Stream.CreateUserStream();
userStream.TweetCreatedByMe += (s, a) => { Console.WriteLine("I posted {0}", a.Tweet.Text); };
userStream.StartStream();
Is it proper way to read tweet from my timeline...?Output console show output like below