Your message:
Hello!
I find examples, none works for me!
I need a working example or documentation more explicit ..
This is my code and does not work
Token string = "xxxxxxxxxxxxxxxx";
TokenSecret string = "xxxxxxxxxxxxxxx";
Consumerkey string = "xxxxxxxxxxxxxxx";
ConsumerSecret string = "xxxxxxxxxxxxxxxxx";
TwitterCredentials.SetCredentials (Token, TokenSecret, Consumerkey, ConsumerSecret);
Stream.CreateSampleStream sampleStream = var ();
sampleStream.TweetReceived + = (sender, args1) => {Console.WriteLine (args1.Tweet.Text); };
sampleStream.StartStream ();
Where am I wrong?
Thanks!
Hello!
I find examples, none works for me!
I need a working example or documentation more explicit ..
This is my code and does not work
Token string = "xxxxxxxxxxxxxxxx";
TokenSecret string = "xxxxxxxxxxxxxxx";
Consumerkey string = "xxxxxxxxxxxxxxx";
ConsumerSecret string = "xxxxxxxxxxxxxxxxx";
TwitterCredentials.SetCredentials (Token, TokenSecret, Consumerkey, ConsumerSecret);
Stream.CreateSampleStream sampleStream = var ();
sampleStream.TweetReceived + = (sender, args1) => {Console.WriteLine (args1.Tweet.Text); };
sampleStream.StartStream ();
Where am I wrong?
Thanks!