Source code checked in, #43168
Version 0.9.7.0 - Added a Friendship static class - Added a FriendshipAsync static class - Moved some code logic from Account to Friendship because the operation were not strictly related with the...
View ArticleNew Post: list of retweetters
dear linvi, I am now focusing on retweets of tweets sent by people in my long list. I have already a list of tweets with all data i could have using tl = user2.GetUserTimeline(p).ToList(); (i.e. i have...
View ArticleNew Post: list of retweetters
This is something I'm interested on as well , assume i have one tweet with 2000 retweets and i want get all the RT ids , as far as i know you can use GET statuses/retweeters/ids it returns a cursor ,...
View ArticleNew Post: TweetSearchFilters Images+ Videos
Hi, TweetSearchFilters.News -> A tweet that Twitter consider as being a news (journalism, sport...) TweetSearchFilters.Links -> A tweet which contains a Link TweetSearchFilters.Verified -> A...
View ArticleNew Post: How to get video urls using Tweetinvi.Stream.CreateFilteredStream();
Hi, I am using Tweetinvi.Stream.CreateFilteredStream(); to listen for the hashtags with video uploading, but in the Entities and Medias i am not able to see the video url and also mediatype is photo...
View ArticleNew Post: Search old tweets
Twitter is not using the Public REST API. Twitter have access to way more endpoint than the one available to public developers. For example Twitter can access to all the Tweets of a user. The public...
View ArticleEdited Issue: HashTags are null with Tweet with photo [2548]
Consider the following code:```//Tweet 588403629956190209://When live gives you lemons... #motivational http://t.co/YvofkvOS8Jvar tweet = Tweet.GetTweet(588403629956190209);if (tweet.Hashtags == null...
View ArticleNew Post: safe image and safe video filters.
When we search for images do we have a filter to get only safe images and videos? I meant no porno images. Do we have such filters. thanks.
View ArticleNew Post: safe image and safe video filters.
Hi, I do not have knowledge of such filters. The real issue here is that the Filters are not documented. You basically have to find them :s And I have never encountered such a filter. Have a look on...
View ArticleEdited Issue: UserMentions are null with Tweet with photo [2549]
Consider the following code:```//Tweet 499237584485486593://@SwiftKey you guys make the best keyboard! Rocks both my devices. //I think Taylor should consider changing her name...
View ArticleCommented Issue: HashTags are null with Tweet with photo [2548]
Consider the following code:```//Tweet 588403629956190209://When live gives you lemons... #motivational http://t.co/YvofkvOS8Jvar tweet = Tweet.GetTweet(588403629956190209);if (tweet.Hashtags == null...
View ArticleNew Post: Video IFrame URL
filter images has tweet.Entities.Medias value set and we are able to extract the image URL. But this same doesnot work for Videos URL's. var tweetList = Search.SearchTweets(searchParameter); foreach...
View ArticleNew Post: Search old tweets
i think you can do this with tow way 1- by using Official twitter consumer keys https://gist.github.com/rhenium/3878505 btw you will never be blocked by using Official twitter consumer keys "otherwise...
View ArticleSource code checked in, #43183
Version 0.9.7.0 - Removed TweetEntitiesDTO from Source Explorer as it was not used
View ArticleNew Comment on "Documentation"
Outstanding work. I hope to become an assistant dev for your project, but I'll definitely be using it on my site.
View ArticleCommented Issue: Verify Timeout Settings are correctly used [2552]
https://tweetinvi.codeplex.com/discussions/626398Comments: Associated with changeset 43230: Version 0.9.7.0- Fixed a major bug that could result in having 2 instances of Static classes instead of one.
View ArticleEdited Issue: Verify Timeout Settings are correctly used [2552]
https://tweetinvi.codeplex.com/discussions/626398
View ArticleCreated Issue: Task Cancellation : Have a look into it [2558]
n case you fancy looking at yet another problem…Since running it on the server I’ve had one exception from the REST Poller:2015-04-23 16:28:00 - TwitterRestPoller.Program: Error: Exception whilst...
View ArticleEdited Issue: Task Cancellation : Have a look into it [2558]
n case you fancy looking at yet another problem…Since running it on the server I’ve had one exception from the REST Poller:2015-04-23 16:28:00 - TwitterRestPoller.Program: Error: Exception whilst...
View ArticleCommented Unassigned: Unable to publish in reply to [2554]
I had the above mentioned working before and all of a sudden it has stopped. My code for replying to the tweet is as follows: var newTweet = Tweet.CreateTweet(message); var result =...
View Article