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

New Post: Extract media - Images/video if available in a tweet.

$
0
0
Hi,

If you perform a search you will only receive the URL entity in which you will be redirected toward a video.
You will then need to have a look into the Entities of the tweet.

Here is an example:
var search = Search.CreateTweetSearchParameter("#tweetinvi");
search.Filters = TweetSearchFilters.Videos;
var videoTweets = Search.SearchTweets(search);

foreach (var videoTweet in videoTweets)
{
    var entities = videoTweet.Entities;
    var extendedEntities = videoTweet.ExtendedEntities;
}
Cheers,
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>