Commented Unassigned: Changing Locations of Running Stream causing Exception...
I am trying to change the geographical locations of a currently running filtered stream. I have read another thread on the forum on how to do this..``` public static _filteredStream =...
View ArticleSource code checked in, #38237
Version 0.9.4.0 - Added ExecuteGETQueryFromPath - Added ExecutePOSTQueryFromPath Both these methods allow to simply access DTO from a specied path
View ArticleCommented Feature: Improve TwitterAccessor [2272]
TwitterAccessor needs to provide more features notably the following :- Give access to the JObject generator- Create a model representing a queryable result set.As demonstrated in...
View ArticleEdited Feature: Improve TwitterAccessor [2272]
TwitterAccessor needs to provide more features notably the following :- Give access to the JObject generator- Create a model representing a queryable result set.As demonstrated in...
View ArticleEdited Feature: Improve TwitterAccessor [2272]
TwitterAccessor needs to provide more features notably the following :- Give access to the JObject generator- Create a model representing a queryable result set.As demonstrated in...
View ArticleEdited Feature: Implement : [blocks/ids] [1732]
Reference : https://dev.twitter.com/docs/api/1.1/get/blocks/ids Parameters :- cursor
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.4.0?
@MartR I am not sure I understand what you mean by callback address? Do you mean, something specifically developed for ASP.NET? @Imlokesh I have not yet added the wait for the Token but I have just...
View ArticleCreated Feature: Add the option to wait for RateLimit in Cursor Query [2345]
https://tweetinvi.codeplex.com/discussions/539340
View ArticleEdited Feature: Add the option to wait for RateLimit in Cursor Query [2345]
https://tweetinvi.codeplex.com/discussions/539340
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.4.0?
@Imlokesh I have just the work item to the release.
View ArticleCreated Issue: TweeJson : Add GetTweet [2346]
Add the ability to get the json when trying to get a tweet.
View ArticleEdited Issue: TweeJson : Add GetTweet [2346]
Add the ability to get the json when trying to get a tweet.
View ArticleNew Post: Streaming Backoff Strategy with Tweetinvi
ExceptionHandler.WebExceptionReceived += (sender, args) => { var exception = (ITwitterException) args.Value; var statusCode = exception.StatusCode; // etc etc } That's what I use. Covers all bases.
View ArticleNew Post: Streaming Backoff Strategy with Tweetinvi
Hello there, Would you please try to use the ExceptionHandler to generate a detailed Exception.var twitterException = ExceptionHandler.GenerateTwitterException(webException, string.Empty);Please let me...
View ArticleNew Post: More then 200 tweets in a timeline
Trying to figure out how to retrieve more then 200 tweets from a users timeline, I've tried such ways as: var timelineParameter = Timeline.CreateUserTimelineRequestParameter(ssUid);...
View ArticleNew Post: Streaming Backoff Strategy with Tweetinvi
adaam2 wrote: ``` ExceptionHandler.WebExceptionReceived += (sender, args) => { var exception = (ITwitterException) args.Value; var statusCode = exception.StatusCode; // etc etc } This works...
View ArticleNew Post: Streaming Backoff Strategy with Tweetinvi
linvi wrote: var twitterException = ExceptionHandler.GenerateTwitterException(webException, string.Empty); The ExceptionHandler class doesn't have any definition for GenerateTwitterException; is this...
View ArticleNew Post: Tweet Length
Hey Linvi, I'm tweeting a file and a link. The length does not seem to be taken the file into account:File f = new File(@"C:\Users\k.bakker\Desktop\Stuff\Media\Photos\Potloodjes.jpg", null); var twt =...
View ArticleNew Post: Streaming Backoff Strategy with Tweetinvi
I am happy to see that your problem has been fixed. But please always try to upgrade to the latest version as many new features are added to help the developers. Linvi
View ArticleNew Post: UserStream.StartStream (400) Bad Request
Hi, Using version 0.9. I am having problems starting the UserStream, when I call UserStream.StartStream ( even calling UserStream.StartStreamAsynch is the same) I always receive a StreamStopped event....
View Article