Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: Public Streaming API Rate Limit?

$
0
0
May I ask - are you using a user stream or a filtered stream? I'm trying to use both in the same application (1 of each if it matters to anyone reading) but my filter stream doesn't seem to be working.
            IFilteredStream fs = Stream.CreateFilteredStream();
            fs.AddTrack("@markadrake join");
            fs.AddTrack("@markadrake remove");
            fs.AddTrack("@markadrake add");
            fs.AddTrack("@markadrake delete");
            fs.MatchingTweetReceived += (s, a) =>
            {
                Console.WriteLine("{0} wrote: {1}", a.Tweet.Creator.ScreenName, a.Tweet.Text);
            };
            fs.StartStreamMatchingAnyCondition();
I'm basically adding or removing someone to a list if they use some keywords. But I have people testing, and it's not firing off the event.

Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>