New Post: Universal App
This issue is now resolved in Tweetinvi 0.9.5.0. You can now download the Source Code and use it in your app. Cheers, Linvi
View ArticleSource code checked in, #41836
Version 0.9.5.0 - Universal App -> Removed the dependency to PCLWebUtility
View ArticleNew Post: Get Second,Third and Forth image from a tweet
Hello Guys, I tried to get media from a tweet that contains 4 images using tweet.Entities.Medias[0].MediaURL; tweet.Entities.Medias[1].MediaURL; tweet.Entities.Medias[2].MediaURL;...
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.5.0?
get all media from the tweet, if it contains 4 images
View ArticleNew Post: Get Second,Third and Forth image from a tweet
I'm not sure why it doesn't show up under Entities but you can use either tweet.ExtendedEntities or tweet.Media to achieve what you're trying to do. imlokesh
View ArticleNew Post: Get Second,Third and Forth image from a tweet
Media count = 1 under Entities and also under tweet.Media while the tweet has 4 images
View ArticleNew Post: Get Second,Third and Forth image from a tweet
You sure using the latest version?var tweet = Tweet.GetTweet(448927844979056641L); var urls = tweet.Media.Select(m => m.MediaURL); foreach (var url in urls) { Debug.WriteLine(url); }I get the...
View ArticleNew Post: Get Second,Third and Forth image from a tweet
Upgrading to the version on Codeplex fixed the problem, wish u upgrade the one on Nuget also Thanks
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.5.0?
Hi, You can already access to this with the Tweet.ExtendedEntities property. Linvi
View ArticleNew Post: Get Second,Third and Forth image from a tweet
Hi, This will be done with the release of 0.9.5.0. Sorry about this. Linvi
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.5.0?
Tweetinvi 0.9.5.0 will soon be released. This thread is now closed. Linvi
View ArticleNew Post: Events stop firing
Hi again, I think I will release 0.9.5.0 with the current behavior because it is long awaited and because I will need more details from you. Would you mind if we continue positing on this thread as...
View ArticleCreated Issue: Stream Reset Improvements [2513]
https://tweetinvi.codeplex.com/discussions/573889See the end of the Thread.
View ArticleSource code checked in, #41852
Version 0.9.5.0 - I would like to present you the RATE LIMITS by Tweetinvi!
View ArticleCommented Feature: RateLimit [2097]
Implement a solution that allow developers to listen to rate limit events and act in consequence.Add a mechanism to start a method only when the rate-limit is valid.Add a mechanism to check the...
View ArticleCreated Unassigned: Tweetinvi Events : Being notified when a query is...
Give the ability for the user to know when a query is executed.
View ArticleEdited Unassigned: Tweetinvi Events : Being notified when a query is executed...
Give the ability for the user to know when a query is executed.
View Article