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

New Post: retrieve tweets and geolocation of twitter by keywords C# asp.net c#

$
0
0
Hi,

It depends on what you are willing to do, but you can either use the Twitter Search API or Twitter FilteredStream.
There are examples in the documentation.
var tweets = Search.SearchTweets("hello");
var firstTweet = tweets.First();

// This value can be null if the tweet was not published with coordinatesvar fistTweetCoordinates = firstTweet.Coordinates; 
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>