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

New Post: Get Tweets and geo locations of tweets by keywords.

$
0
0
Hi,

The reason why this is not working might be because no tweet published matches both the location and the search.
What you can do to verify this is use StartStreamMatchingAnyCondition instead of StartStreamMatchingAllConditions;
stream.StartStreamMatchingAnyCondition();
You can then check whether the information any tweet is being received from Twitter using the JSonObjectReceived, that will give you the RAW Json of each object received from Twitter.
stream.JsonObjectReceived += (sender, args) => { Console.WriteLine(args.Json); };
Please let me know if any of this helped you.
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles



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