New Post: Tweet Length
The length I receive is 143 not 43, this is the same as on the Twitter website. The reason is that you have a link. A link is considered by Twitter as 22 or 23 characters based on whether it is an http...
View ArticleNew Post: Best practice for keeping streams alive
Hello. My console application getting the streaming works perfectly. I need to do the same but in an application that runs on a web server, but does not work me. The code used is the same? thank you...
View ArticleNew Post: Best practice for keeping streams alive
Would you please let me know what is going wrong? Are you trying to implement the application in a WebService/ASP? What error do you have in the ExceptionHandler? Linvi
View ArticleNew Post: Best practice for keeping streams alive
Hi, I do not get any errors. In the en request to the server never returns the answer. filteredStream.MatchingTweetReceived + = (sender, args1) => {Response.Write (args1.Tweet.Text); };...
View ArticleNew Post: Get all tweets with specific hashtag
Hi Linvi, A newbie here to twitter. Two questions, if you have the time; How do I create the "token" as I cannot seem to find IToken. Is there a method I can use to generate it? When will you support...
View ArticleNew Post: Uploading tweet with media
I always get these error while using PublishTweetWithMedia.POST : https://api.twitter.com/1.1/statuses/update_with_media.json ... An exception of type 'System.Net.WebException' occurred in...
View ArticleNew Post: Uploading tweet with media
Finally, i know what is the cause of the problem. I try to upload animated GIF image, that is not supported by twitter :( anyway, thanks for the great library.
View ArticleCreated Unassigned: Tweet.PublishTweetInReplyTo/PublishReply [2224]
Tweet.PublishTweetInReplyTo/ PublishReply methods raising exception "value cannot be null, parameter name: source".I could not able to reply to any tweet.
View ArticleNew Post: URL of DMs
a tweet usually has a URL which can be defined something like"https://twitter.com/"< theTweet.Creator.ScreenName>"/status/"<theTweet.Idstr> e.g.https://twitter.com/JoeSoap/status/123455678...
View ArticleCommented Issue: Tweet favourite [2096]
I am trying to mark a tweet as a favourite, I have the authorization token and am able to view profile details. When I search for tweets I get back list but I am unable to mark any as a favourite, I...
View ArticleNew Post: "At least one of the arguments provided to the query was invalid."...
It seems that after trying numerous different ways to get back information on a tweet just recreated with PublishTweet(text), I keep getting the above error. The basic code is:var credentials =...
View ArticleNew Post: "At least one of the arguments provided to the query was invalid."...
Well, finally stumbled on another possible way to do this:var credentials = TwitterCredentials.CreateCredentials(sa.AccessToken, sa.AccessTokenSecret, s.PublicKey, s.PrivateKey); ILoggedUser user =...
View ArticleNew Post: Get all tweets with specific hashtag
Hi, Tokens are not used anymore. Just set your credentials as described in the documentation tab. The example of this post is out of date. TwitterCredentials.SetCredentials("Access_Token",...
View ArticleNew Post: "At least one of the arguments provided to the query was invalid."...
Hi, Thank you for reporting the problem. This is actually a bug. I am already working on a fix. Regards, Linvi
View ArticleCommented Unassigned: NullException in GetPublishTweetInReplyToQuery [2204]
Hi am using the latest released version (0.9.2.3) to reply to an existing tweet via PublishInReplyTo method but i get the exception below. I found something similar in the...
View ArticleEdited Issue: NullException in GetPublishTweetInReplyToQuery [2204]
Hi am using the latest released version (0.9.2.3) to reply to an existing tweet via PublishInReplyTo method but i get the exception below. I found something similar in the...
View ArticleCreated Unassigned: Exception in Sample Stream [2225]
I am trying to start a sample stream using the below code, but the stream shutdowns as soon as it starts. I created a handler for StreamStopped and got the following exception. Can you look at the code...
View ArticleCommented Unassigned: Exception in Sample Stream [2225]
I am trying to start a sample stream using the below code, but the stream shutdowns as soon as it starts. I created a handler for StreamStopped and got the following exception. Can you look at the code...
View ArticleCommented Unassigned: Exception in Sample Stream [2225]
I am trying to start a sample stream using the below code, but the stream shutdowns as soon as it starts. I created a handler for StreamStopped and got the following exception. Can you look at the code...
View Article