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

New Post: Getting Json from twitter Stream

$
0
0
I managed to solve it by referring to earlier threads about this.

var fstream = Stream.CreateFilteredStream();
fstream.AddTrack("hello");
fstream.JsonObjectReceived += (sender, args) =>
{
Console.WriteLine(args.Value);
};
fstream.StartStreamMatchingAllConditions();

Can anyone tell me how can I save the JSON file for later processing?

Viewing all articles
Browse latest Browse all 4126

Trending Articles



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