New Post: errors retrieving IUsers list from ID
Hi, Sorry for the long delay of this reply. I am trying to catch up with all the discussions open and I sometimes left some unanswered. Concerning your problem it would be very useful to get the...
View ArticleCreated Feature: Allow user to cancel a query from...
This should give yet another tool to control the RateLimits when executing recursive queries.
View ArticleUpdated Release: Tweetinvi 0.9.6.x
Visit Tweetinvi 0.9.6.x Work ItemsCustom Parameters When an action can be performed with a 'RequestParameters' class, you will now be able to specify CustomQueryParameters.The goal of such a feature is...
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.6.0?
Hi Thanks for this library it looks excellent! I'm planning on using it in a Xamarin Android project and was wondering if there could be a way of plugging in Paul Bett's ModernHttpClient? I've only had...
View ArticleCommented Issue: Assembly load errors from HttpClientWebHelper on Mono [2519]
Hi there,When I run Tweetinvi on Mono (3.12) I get the following printout to the console:Could not load signature of Tweetinvi.WebLogic.HttpClientWebHelper:GenerateHttpClientFromWebRequest due to:...
View ArticleCommented Issue: Assembly load errors from HttpClientWebHelper on Mono [2519]
Hi there,When I run Tweetinvi on Mono (3.12) I get the following printout to the console:Could not load signature of Tweetinvi.WebLogic.HttpClientWebHelper:GenerateHttpClientFromWebRequest due to:...
View ArticleCommented Issue: Assembly load errors from HttpClientWebHelper on Mono [2519]
Hi there,When I run Tweetinvi on Mono (3.12) I get the following printout to the console:Could not load signature of Tweetinvi.WebLogic.HttpClientWebHelper:GenerateHttpClientFromWebRequest due to:...
View ArticleNew Post: How to get a long list of followers
Hi L'invitation, Thanks for the information. Btw, do you have experience in severe twitter limits? I am downloading tons of users (the target is about 2mln for a thesis project) and for a while I could...
View ArticleCommented Feature: Stream - Set multiple languages [2522]
https://tweetinvi.codeplex.com/discussions/585078Comments: Associated with changeset 42237: Version 0.9.6.0- Added support for multiple languages in Streams- AddTweetLanguageFilter has replaced...
View ArticleEdited Feature: Stream - Set multiple languages [2522]
https://tweetinvi.codeplex.com/discussions/585078
View ArticleNew Post: Multi language stream
Hi, A quick message to let you know that multiple has now been implemented in the latest version. Until it is released, you can access this feature with the Source Code - Tweetinvi 0.9.6.0. Regards, Linvi
View ArticleCommented Feature: Stream - Set multiple languages [2522]
https://tweetinvi.codeplex.com/discussions/585078Comments: Associated with changeset 42238: Version 0.9.6.0- Excluded Undefined from the list of potential values for Language filters
View ArticleCommented Feature: Stream - Set multiple languages [2522]
https://tweetinvi.codeplex.com/discussions/585078Comments: Associated with changeset 42239: Version 0.9.6.0- Added a method to simply remove all Languages Filters assigned to a stream
View ArticleEdited Feature: Allow user to cancel a query from...
This should give yet another tool to control the RateLimits when executing recursive queries.
View ArticleUpdated Release: Tweetinvi 0.9.6.x
Visit Tweetinvi 0.9.6.x Work ItemsCustom Parameters When an action can be performed with a 'RequestParameters' class (e.g. Search, Timeline, Message...), you will now be able to specify...
View ArticleNew Post: How can i know the userid of the tweeted user
Hi, i am new to twitter stuff. I wanted to know that is there any possibility to know the tweeted user userid from a tweet. Thanks Viswadattu
View ArticleNew Post: How can i know the userid of the tweeted user
Hi, You can even do better. Here is some code starting from a tweet id.var tweet = Tweet.GetTweet(2983293); var userWhoPublished = tweet.Creator; var id = userWhoPublished.Id; var username =...
View ArticleNew Post: How can i know the userid of the tweeted user
Just wanted to ask one more thing can we filter tweets containing #hashTags? Thanks in advance Viswadattu
View ArticleNew Post: How can i know the userid of the tweeted user
Yes, but there are many ways to do this. But if you want to check if a tweet contains a hashtag you can do the following.if (tweet.Hashtags != null&& tweet.Hashtags.Any()) { // This tweet has a...
View Article