Source code checked in, #44798
Version 0.9.8.2 - Added a VideoUploader that will be replaced in next release
View ArticleNew Post: Suddenly Search.SearchTweets stopped working
Hello! I have a console application that tries to retrieve twitts from an account, everything worked fine a week ago, but when I tried to run it today, it suddenly returned 0 twitts, no error, just 0...
View ArticleNew Post: Suddenly Search.SearchTweets stopped working
I figured it out.. my first test was with Since: 06/01/2015 (june 1st) Until: 06/02/2015 (june 2nd) Return: 0 tweets Since: 06/01/2015 (june 1st) Until: 06/14/2015 (june 14th) Return: 0 tweets Since:...
View ArticleNew Post: Suddenly Search.SearchTweets stopped working
Hi there, I will have to add this to the documentation as many developers ask the same question. Twitter Tweet Search API is limited to a very small timeframe of 1 to 3 weeks (this vary). It means that...
View ArticleNew Post: Suddenly Search.SearchTweets stopped working
Hi, I have updated the search documentation with details concerning the date limitation.https://github.com/linvi/tweetinvi/wiki/Searches Cheers, Linvi
View ArticleCommented Feature: Implement chunked upload [2608]
https://dev.twitter.com/rest/reference/post/media/upload-chunkedhttps://tweetinvi.codeplex.com/discussions/640413Comments: Associated with changeset 44819: Version 0.9.9.0- Implemented Video Upload...
View ArticleEdited Issue: Long generated URLs result in 503 [2240]
I've noticed that when creating a Filtered Stream and following a large amount of users (over 1000 or so in my case), that I start consistently receiving 503 responses from stream.twitter.com. Twitter...
View ArticleEdited Feature: Add Quoted Tweet to UserStream [2593]
https://www.apichangelog.com/changes/f7ca9f60-c74a-4e8f-a38b-1c7a02cf7d31
View ArticleEdited Issue: Stream Reset Improvements [2513]
https://tweetinvi.codeplex.com/discussions/573889See the end of the Thread.
View ArticleEdited Task: quoted_status [2590]
https://twittercommunity.com/t/retweet-with-comment-quoted-status-entity-not-appearing-in-rest-api/36973
View ArticleEdited Feature: Introduce Publish Tweet Parameter [2585]
Instead of having a lot of different methods, to publish a Tweet. Introduce a `PublishTweetParameter` that - Add `possibly_sensitive` when publishing a tweet
View ArticleEdited Task: Add Documentation to methods [2569]
Each public method should have a summary describing what the method is doing.This should be the case for the TweetinviLogic.Models as well as Tweetinvi static classes.
View ArticleEdited Feature: Background Image Update [2575]
https://www.apichangelog.com/changes/288ec757-e39c-4824-9f31-2cdd315580a7
View ArticleEdited Feature: Allow developers to perform actions against...
Allow application-only credentials.https://dev.twitter.com/docs/rate-limiting/1.1/limitsMore details on how to currently perform one here :https://tweetinvi.codeplex.com/workitem/2194
View ArticleEdited Task: Tweetinvi Settings - Set APP settings before any operation [2547]
Defining the settings of the APP before performing any operation should act on the settings of the MainThread and not on the settings of all the threads but the main one.After the first operation has...
View ArticleEdited Feature: Image Upload does not use Proxy [2551]
MultiPart WebRequest currently does not use the proxy defined in the TweetinviConfig.
View ArticleEdited Feature: Add New Tweetinvi Event Before Query AND RateLimit Awaiter...
An event that allow a query to be stopped before the RateLimit has been checked.This event would allow to show the WebRequest in the order of their execution when using a RateLimit.The change will add...
View Article