Source code checked in, #35191
Version 0.9.0.5 and 0.9.1.0 - Tweet destroy should now be updated
View ArticleSource code checked in, #35192
Version 0.9.1.0 - Updated factories to manage null objects - Update favorite to update the tweet Version 0.9.0.5 - Update favorite to update the tweet - Updated related tests
View ArticleNew Post: Followers PM
Hi, The new version 0.9.0.7 is now available. Please download and let me know how things go. I believe the result of your publish will be false but lets find out.// Get infos about an exception var...
View ArticleUpdated Release: Tweetinvi 0.9.0.x (Mar 06, 2014)
What's new in 0.9.0.0 Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to...
View ArticleNew Post: Best practise for tracking Tweets which contain own @ScreenName
When you put the @, it means that it is a tweet that is in reply to the user. It is not all the tweets containing this user name. Start your stream with :fs.AddTrack("@BBC_TopGear"); Go to the...
View ArticleSource code checked in, #35197
Version 0.9.0.6 - Corrected FilteredStream callback action of AddFollow
View ArticleUpdated Release: Tweetinvi 0.9.0.x (Mar 06, 2014)
What's new in 0.9.0.0 Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to...
View ArticleNew Post: Problem with Filtered Stream
Bug solved in latest version in download or nuget. Thank you for reporting it. Linvi
View ArticleReleased: Tweetinvi 0.9.0.x (Mar 06, 2014)
What's new in 0.9.0.0 Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to...
View ArticleUpdated Release: Tweetinvi 0.9.0.x (Mar 06, 2014)
What's new in 0.9.0.0 Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to...
View ArticleNew Post: StartStreamMatchingAllConditions v StartStreamMatchingAnyConditions
Could you explain the difference between these in relation to FilteredStreams, or if available a link to anything which documents it. Thanks
View ArticleNew Post: Followers PM
Hi, The application still crashes, If i check the exception i get a 401 error; Unauthorized - Authentication credentials were missing or incorrect. Both the App and my access token have the following...
View ArticleNew Post: Followers PM
Hi Arne, Make sure that you have permission to dm the user. In order to send dm, you must follow the recipient and the recipient must follow you back. It's possible that you're not following all your...
View ArticleNew Post: Best practise for tracking Tweets which contain own @ScreenName
No this is not working for me - either with a reply to one of their tweets, or originating a tweet with their @screenname in the tweet. If I filter on their screenname without the "@" it works OK. This...
View ArticleNew Post: Best practise for tracking Tweets which contain own @ScreenName
You need to use fs.AddFollow(). It gives all tweets made by the user and all tweets mentioning the user (including retweets of the user's tweets by other users).var stream =...
View ArticleNew Post: Followers PM
Hi Lokesh, I checked again and we are both following each other, that's not the problem. But i think i found out where the problem lies. I'm using a comma in the message I'm sending and that seems to...
View ArticleNew Post: Followers PM
Hi, Sorry for that I did not thought to ask you for your message. I will have a look into it. Linvi
View Article