Hello there,
I think your code is not correct, I cannot see in EventsRelatedWithTweetCreation that you register to the event.
You need to do something like:
Linvi
I think your code is not correct, I cannot see in EventsRelatedWithTweetCreation that you register to the event.
You need to do something like:
us.TweetCreatedByAnyone += (sender, args) => { Console.WriteLine(args.Tweet); };