Version 0.8.3.0 emphasis on the FIlteredStream and ease how tomanage Exceptions that can occur due to the network or any other issue you might encounter.
Version 0.8.3.1 :
- Bug fix related with FilteredStream and Location parameter causing Twitter to return 406 error when passing the arguments incorrectly
- Improvement TweetLength now included as a String extension. String.TweetLength has now a calculation algorithm more accurate.
- Adding Tweet.PublishWithGeo(ICoordinates) to simplify the development of application requiring Geo.
Version 0.8.3.2 :
- Updating the GetRateLimit for Twitter 1.1
- Bug fix related with HashTag being incorrectly set.
- Bug fix related with LastHeaderResult being updated by Twitter
- Bug fix related with .ToString() behaving differently based on culture
- Bug fix related with Favourite not being set
- Renaming refactor for code clarity
- Added Examples
Version 0.8.3.21 :
- Fixed minor bugs
Version 0.8.3.22:
- Corrected bug for Int32 ids not being correctly retrieved.
- Improved URL detection in Tweet Length calculation
- Corrected various minor bugs
- Ability to track specific keywords
- Ability to track specific users
- Ability to track specific locations
Additional features
- Detect the reasons the tweet has been retrieved from the Filtered API. You have access to both the matching keywords and the matching locations (not provided by twitter).
- Associate action to specific keyword, user and location
If you are using the FilteredStream for research this new features will change your life!
Exception Manager :
Other Streams :
Version 0.8.3.1 :
- Bug fix related with FilteredStream and Location parameter causing Twitter to return 406 error when passing the arguments incorrectly
- Improvement TweetLength now included as a String extension. String.TweetLength has now a calculation algorithm more accurate.
- Adding Tweet.PublishWithGeo(ICoordinates) to simplify the development of application requiring Geo.
Version 0.8.3.2 :
- Updating the GetRateLimit for Twitter 1.1
- Bug fix related with HashTag being incorrectly set.
- Bug fix related with LastHeaderResult being updated by Twitter
- Bug fix related with .ToString() behaving differently based on culture
- Bug fix related with Favourite not being set
- Renaming refactor for code clarity
- Added Examples
Version 0.8.3.21 :
- Fixed minor bugs
Version 0.8.3.22:
- Corrected bug for Int32 ids not being correctly retrieved.
- Improved URL detection in Tweet Length calculation
- Corrected various minor bugs
FilteredStream
Features provided by the Twitter Stream API- Ability to track specific keywords
- Ability to track specific users
- Ability to track specific locations
Additional features
- Detect the reasons the tweet has been retrieved from the Filtered API. You have access to both the matching keywords and the matching locations (not provided by twitter).
- Associate action to specific keyword, user and location
If you are using the FilteredStream for research this new features will change your life!
Exception Manager
- The TwitterContext class allows you to provide an action for which you want the Exception to be managed. In the scope of this action any exception will cause the other actions to stop and let you manage the Exception.Other Streams
- Other streams like UserStream and SimpleStream now have the ability to filter tweets by Keywords.Associated WorkItems
FilteredStream :- Improved FilteredStream : https://tweetinvi.codeplex.com/workitem/1704
- Tweetinvi Filtering. Let you know which of your track were matched : https://tweetinvi.codeplex.com/workitem/1860
Exception Manager :
- Manage exception from both classic query and streaming operation : https://tweetinvi.codeplex.com/workitem/1846
Other Streams :
- Filter by Keyword : https://tweetinvi.codeplex.com/workitem/1860