Released: Tweetinvi 0.9.8.x (Jun 14, 2015)
Tweetinvi Update 0.9.8.0 Hi, I am proud to announce the long awaited of the new version of Tweetinvi. One of the reason of this delay is the creation of a completely new documentation. Another big...
View ArticleUpdated Release: Tweetinvi 0.9.8.x (Jun 14, 2015)
Tweetinvi Update 0.9.8.0 Hi, I am proud to announce the long awaited of the new version of Tweetinvi. One of the reason of this delay is the creation of a completely new documentation.Another big...
View ArticleCommented Unassigned: nlaycock@outlook.com [2600]
GenerateSearchTweetParameter is no available in the api anymore.I was trying out this example but i kept on getting no results back when i change 'GenerateSearchTweetParameter' to...
View ArticleEdited Issue: nlaycock@outlook.com [2600]
GenerateSearchTweetParameter is no available in the api anymore.I was trying out this example but i kept on getting no results back when i change 'GenerateSearchTweetParameter' to...
View ArticleUpdated Wiki: Documentation
Documentation moved on Github! The documentation has been moved on Github.Where is my beloved cheatsheet? :( For those of you who love a 1 page documentation, the cheatsheet is for...
View ArticleUpdated Wiki: Documentation
Documentation moved on Github! The documentation has been moved on Github.Where is my beloved cheatsheet? :( For those of you who love a 1 page documentation, the cheatsheet is for...
View ArticleNew Post: Windows 10 and Visual Studio 2015 RC
Hi, Could you please give me more information concerning your project please. I have now access to my Windows 10 Virtual Machine. Information I need :Project .NET Framework targetType of project Other...
View ArticleNew Post: Windows 10 and Visual Studio 2015 RC
Hi, you can reproduce by creating a new "Windows Universal" project -> the "Blank App (Windows Universal)" one.<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>...
View ArticleNew Post: Windows 10 and Visual Studio 2015 RC
Hi, Thanks for the information. I have been able to reproduce your issue. I will work on this as a priority. Cheers, Linvi
View ArticleCommented Issue: nlaycock@outlook.com [2600]
GenerateSearchTweetParameter is no available in the api anymore.I was trying out this example but i kept on getting no results back when i change 'GenerateSearchTweetParameter' to...
View ArticleSource code checked in, #44672
Source Control Cleanup - Removed version 0.9.5.0 - Removed version 0.9.6.0
View ArticleClosed Issue: nlaycock@outlook.com [2600]
GenerateSearchTweetParameter is no available in the api anymore.I was trying out this example but i kept on getting no results back when i change 'GenerateSearchTweetParameter' to...
View ArticleCreated Issue: Search.User paging issue [2602]
http://tweetinvi.codeplex.com/discussions/639196Look at the bottom of the post
View ArticleEdited Issue: Search.User paging issue [2602]
http://tweetinvi.codeplex.com/discussions/639196Look at the bottom of the post
View ArticleNew Post: Auto rate limiting pausing
I am trying to have tweetinvi wait for ratelimits to be ready again to carry on scraping, based on the post linvi made:https://tweetinvi.codeplex.com/discussions/638893 // Tweetinvi will manage the...
View ArticleNew Post: Auto rate limiting pausing
if (weakDelegate.IsAlive) { weakDelegate.Invoke(sender, e); } else { lock (_syncRoot) { _handlers.Remove(weakDelegate); } } \Tweetinvi.Core\Events\WeakEvent.cs line 64 not too sure what this code is...
View ArticleNew Post: Auto rate limiting pausing
so, if I ignore the checkif (weakDelegate.IsAlive){ ... and just fire the code, it all seems to work. So the question is (slightly more refined) What does IsAlive mean, and why is it false, can I just...
View ArticleNew Post: Auto rate limiting pausing
Hi, The WeakDelegate allows to prevent memory leaks. If you find your WeakDelegate being null, please call a method instead of inline event. The reason is that if your application registers an event on...
View ArticleCreated Task: Remove or Update WeakEvents [2603]
https://tweetinvi.codeplex.com/discussions/640069#
View Article