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

New Post: Image Search

$
0
0
This is working for me :
var tweets = Search.SearchTweets("#obama filter:images");
foreach (var tweet in tweets)
{
    var imageURL = tweet.Entities.Medias[0].ExpandedURL;
}
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles