New Post: REST API Timeout. Cannot see requests getting sent
Hi, Please give me a couple of days to work on this issue. I might contact you back with some request for details. Cheers, Linvi
View ArticleNew Post: Searching tweets
Hi linvi,Consider my scenario of hashtag banking what kind of api should i go with is it search api or streaming api.please guide me.Thanks in advanceViswadattu
View ArticleNew Post: Searching tweets
Your scenario is very vagues but anyway. As you said you wanted to get tweets in live I would use the Streaming API with the FilteredStream.var fs = Stream.CreateFilteredStream();...
View ArticleNew Post: Searching tweets
Hi linvi, These are the two ways to tweets using tweetinvi i am using asp.net web application version .net framework 4.0First Method using filteredstream/// <summary> /// to get the tweets based...
View ArticleNew Post: Direct Messages
Hi, Is there a possibility in tweetinvi that i can send direct message from a paricular screenname. ie all the twitter request comes from one screen (handle) and reply to that request goes from another...
View ArticleSource code checked in, #42922
Version 0.9.7.0 - Implemented AccessRevoked event in UserStream
View ArticleCommented Feature: Check the Stream Update [2218]
Streams have been updated [https://dev.twitter.com/discussions/27246](https://dev.twitter.com/discussions/27246).Check which changes are required in Tweetinvi.Streams.Comments: Associated with...
View ArticleEdited Feature: Check the Stream Update [2218]
Streams have been updated [https://dev.twitter.com/discussions/27246](https://dev.twitter.com/discussions/27246).Check which changes are required in Tweetinvi.Streams.
View ArticleNew Post: Direct Messages
I am not sure I understand what you are willing to do but yes Tweetinvi handles all the cases you might be willing to do regarding Messages.https://tweetinvi.codeplex.com/documentation#Message Linvi
View ArticleNew Post: Searching tweets
Well, the problem is that you want to run a background task on a website. So basically you need to find a technology allowing you to perform long operation in your server and communicate this...
View ArticleNew Post: Injecting IFilteredStream instance into SignalR Hub using Autofac
I know that under the hood the Tweetinvi library uses autofac for some DI bits and pieces, but I haven't been able to figure out how to inject a singleton instance of the IFilteredStream /...
View ArticleNew Post: Searching tweets
thanks for the great guidance you have given me helped me a lot...... Viswadattu
View ArticleNew Post: Twitter location
Hey, I started doing some coding using your API and I have a small question. I'm the stream part of the API, and I filter on certain words. Now I want to filter on a specific location, like a country...
View ArticleNew Post: Follow or create friend
Hi , How could i follow friend or user from my application using tweetinvi. please guide me. Thanks Viswadattu
View ArticleNew Post: Injecting IFilteredStream instance into SignalR Hub using Autofac
Hi, It has been a while that I have not worked with SignalR? Can't you simply create a Singleton within your Hub? Otherwise you should be able to register a single instance of an object like you did...
View ArticleCreated Unassigned: HashTags are null with Tweet with photo [2548]
Consider the following code:```//Tweet 588403629956190209://When live gives you lemons... #motivational http://t.co/YvofkvOS8Jvar tweet = Tweet.GetTweet(588403629956190209);if (tweet.Hashtags == null...
View ArticleCreated Unassigned: UserMentions are null with Tweet with photo [2549]
Consider the following code:```//Tweet 499237584485486593://@SwiftKey you guys make the best keyboard! Rocks both my devices. //I think Taylor should consider changing her name...
View Article