Edited Task: Remove or Update WeakEvents [2603]
https://tweetinvi.codeplex.com/discussions/640069#
View ArticleNew Post: Auto rate limiting pausing
Now that I am thinking about it should not be my responsibility to ensure that developers free their memory correctly. I will consider removing the WeakEvents or having a parameter set to false by...
View ArticleReviewed: Tweetinvi 0.9.8.x (Jun 17, 2015)
Rated 5 Stars (out of 5) - Amazing. You are changing the world, 1 tweet at a time.
View ArticleNew Post: How to get long list of users searched by keywords
Hi Linvi: Any update? Have a nice day
View ArticleNew Post: How to get long list of users searched by keywords
Hi, Sorry for not replying earlier. I have been quite busy with the release of 0.9.8.0. I have been able to reproduce your bug and I will work on this as part of 0.9.8.1. This should therefore be...
View ArticleCommented Issue: Search.User paging issue [2602]
http://tweetinvi.codeplex.com/discussions/639196Look at the bottom of the postComments: Associated with changeset 44694: Version 0.9.8.1- Fixed User Search issue that resulted in Tweetinvi always...
View ArticleEdited Issue: Search.User paging issue [2602]
http://tweetinvi.codeplex.com/discussions/639196Look at the bottom of the post
View ArticleNew Post: How to get long list of users searched by keywords
I have identified the issue and I have fixed it in the latest source code. You can download the binaries here. I think this code is no longer working based on some changes on the Twitter API that I...
View ArticleNew Post: How to get long list of users searched by keywords
Hi Linvi: Twitter changes are WTF!! Return null values it´s much better because now I have to compare results and increment the code and resources. Fuck logic, xD When you publish this version on...
View ArticleNew Post: Listener for creating favorites from keywords
Hi: I want to create a listener when founds a tweet with specific keyword marks as favorite. Is this possible? Thanks King Regards
View ArticleNew Post: How to get long followers list
Hi Linvi: I was going crazy but when I am scraping a long list of users the program fails with no exception. It´s very strange and I didnt´found the way for fix it. Can you help me? Thanks King Regards
View ArticleNew Post: Listener for creating favorites from keywords
Hi, The only this you can do is use a UserStream that will check that the tweets related to a user will be favourited.var us = Stream.CreateUserStream(); us.TweetFavouritedByMe += (sender, args) =>...
View ArticleNew Post: How to get long followers list
I am sorry but I will not be able to help you if I have no exception. Maybe you do not catch the Exception. Try this in Visual Studio: DEBUG > EXCEPTIONS > Check the 'Common Language Runtime...
View ArticleNew Post: [ADMIN] Github, Documentation and Chat
Hi guys, This is quick post to let you know that Tweetinvi is now accessible on a github repository in addition to codeplex. An entirely new documentation has been published on Github. This is one of...
View ArticleNew Post: Listener for creating favorites from keywords
Ok, then we can not listen from specific keywords in tweets? Thanks!!
View ArticleCommented Issue: request more results than exists - null reference exception...
If try to return more results than exists, can end up getting no results and a null reference exceptionI was trying to get followers and a bug in my code was requesting a hard limit of 20,000 instead...
View ArticleCommented Issue: rate limited message is suppressed and results in null...
Trying to get a list of followersStepping through the code I can see the results are:{"errors":[{"message":"Rate limit exceeded","code":88}]}is returned ``` public bool TryExecuteJsonGETQuery(string...
View ArticleNew Post: Auto rate limiting pausing
Thanks for the explanation. I don't tend to worry about memory leaks, my programs crash way before they are a problem lol. Will try your suggestions and take a look at the new docs cheers
View ArticleCreated Unassigned: Stream. filtered tweets...
I setup a filteredstream``` fs = Tweetinvi.Stream.CreateFilteredStream(); fs.AddTrack("@myusername"); fs.MatchingTweetReceived += fs_MatchingTweetReceived; fs.StartStreamMatchingAnyCondition();```but...
View Article