Edited Issue: 30 seconds : Stream Reset [2469]
Reset the stream after 30 seconds of inactivity.
View ArticleNew Post: GetHomeTimeLine not retrieving given number of tweets
whats about u (spaceisstrange) ?
View ArticleNew Post: what DLL needed for just write tweets to own account?
what DLL needed for just write tweets to own account? for C# WCF, is it possible to implement a method that can be called directly (from a non OO application) without create object from class? How to...
View ArticleNew Post: Events stop firing
Thanks for the reply. Isnt a 90s timer needed for stalls ?https://dev.twitter.com/streaming/overview/connecting
View ArticleNew Post: How send a Tweet
Hi! I just started to use your libraries so I'm a newbie. I can register, get story of my tweet and find friends, but con't tweet (update my state): This is my code: private void tweetClick(object...
View ArticleCreated Unassigned: Tweetinvi.TwitterCredentials exception [2470]
Greetings,Just tried to test the api with VS 2013 and getting an exception:{"The type initializer for 'Tweetinvi.TwitterCredentials' threw an exception."}Could not load file or assembly 'Autofac,...
View ArticleNew Post: Rate Limits
According to https://dev.twitter.com/rest/public/rate-limiting some methods only allow 15 actions per 15 minutes (adding friends, removing friends, etc.). I cannot find a way in the application to get...
View ArticleNew Post: Null Exception - Value cannot be null. Parameter name: source
Hi there, I am experiencing some inconsistent behavior when utilizing the library. I am trying to retrieve tweets as so:private IOAuthCredentials Credentials { get; set; } //class constructor public...
View ArticleCreated Unassigned: Null Exception - Value cannot be null. Parameter name:...
Hi there,I am experiencing some inconsistent behavior when utilizing the library. I am trying to retrieve tweets as so:```private IOAuthCredentials Credentials { get; set; }//class constructorpublic...
View ArticleNew Post: what DLL needed for just write tweets to own account?
I do not really understand what you mean by a non OO Application (Object Oriented?). Do you want to use the dll from powershell or something? Either way, all the DLL are required in Tweetinvi because...
View ArticleNew Post: Events stop firing
Yes sorry, I remembered 30 seconds, but this is the stalls. 90 seconds it is. Please let me know if this solves your problem. Linvi
View ArticleNew Post: How send a Tweet
By any chance, are your credentials valid? Is the Tweet.PublishTweet result null? If yes, it mean that there is an error that you can find in the ExceptionHandler. Your code is correct, so something...
View ArticleNew Post: Null Exception - Value cannot be null. Parameter name: source
A fix has already been implemented, you can use it by downloading the Source Code. It will be available as part of Tweetinvi 0.9.4.1. This problem happens only when an Exception has been throw by...
View ArticleNew Post: GetHomeTimeline not reliable
var tweets = Timeline.GetHomeTimeline(); if (tweets == null) { Debugmsg.Text = "read, but get nothing!"; return -2; } the above code, some times get results, some times get null. I have no idea why,...
View ArticleNew Post: how to get more than one user's timeline from my followings ?
how to get more than one user's timeline from my followings ? with just one query? thanks
View ArticleNew Post: Rate Limits
That does tell me how to get my user action limits. According to twitter that is 15 per 15 minutes, I get nothing about that using the tweetinvi rate limit functions.
View ArticleNew Post: Null Exception - Value cannot be null. Parameter name: source
linvi, Thanks for the response. I ran the query again and yes the exception details "remote server returned an error (429) too many requests". The twitter documentation specifies limits of 180 &...
View ArticleNew Post: How send a Tweet
Hi, thanks for the reply. I'suppose that my credentials are valid, because i can get friends list and all tweets posted. The Tweet.PublishTweet result is FALSE, even newTweet.IsTweetPublished. Maybe...
View ArticleNew Post: How send a Tweet
Well, maybe I get It. I thought that token credential was always valid. But I've to generate them each time, so must use the methods to create the token, but as I've wrote before I can't use in my...
View Article