Commented Unassigned: authentication [2372]
can we use more than OAuth in one app so that i can increase the number of request?second thing, please tell me how many request we can made for searching tweets for any keyword ?Comments: ** Comment...
View ArticleNew Post: Search.SearchTweets(searchParameter)
Hi, I never ran into this case, what is the status code returned by the http request? If the status code is a 4xx or 5xx it implies something went wrong with the request and you can get this...
View ArticleCommented Unassigned: authentication [2372]
can we use more than OAuth in one app so that i can increase the number of request?second thing, please tell me how many request we can made for searching tweets for any keyword ?Comments: ** Comment...
View ArticleEdited Task: authentication [2372]
can we use more than OAuth in one app so that i can increase the number of request?second thing, please tell me how many request we can made for searching tweets for any keyword ?
View ArticleCommented Task: authentication [2372]
can we use more than OAuth in one app so that i can increase the number of request?second thing, please tell me how many request we can made for searching tweets for any keyword ?Comments: ** Comment...
View ArticleClosed Task: authentication [2372]
can we use more than OAuth in one app so that i can increase the number of request?second thing, please tell me how many request we can made for searching tweets for any keyword ?
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.4.0?
Hi Linvi, Coming to think of it, you're right in that the automatic wait feature would not be useful for majority of Tweetinvi users. That's why I think it'll be better if I code this functionality...
View ArticleNew Post: Filtered Streams not working
I see that User Streams are down according to Twitter. However, I have a Tweetinvni filtered stream service running on Azure that's been running just fine for months that suddenly stopped working....
View ArticleNew Post: Filtered Streams not working
tjbutler wrote: I see that User Streams are down according to Twitter. However, I have a Tweetinvni filtered stream service running on Azure that's been running just fine for months that suddenly...
View ArticleNew Post: Best Practices When Stopping and Starting a Filtered Stream In A Task
I'm kicking off a filtered stream like this:Task.Factory.StartNew(filteredStream.StartStreamMatchingAllConditions); At some dynamic event, I need to stop the stream, make a change to the keywords and...
View ArticleNew Post: Search.SearchTweets(searchParameter)
Hi, No error, no status code that's the main problem :) for me. In response body I get -1. Here's screen for reference.. Let me know your observations. thanks
View ArticleNew Post: Search.SearchTweets(searchParameter)
Hi, How do we get metadata(search_metadata) for search done using Search.SearchTweets(searchParameter). Is there any other way to do search with search metadata. I am particularly interested in...
View ArticleNew Post: Dependency on Autofac
Why does Tweetinvi has a dependency on Autofac? Does the core relies on Autofac or is it possible to separate the functionality depending on Autofac and make it pluggable?
View ArticleNew Post: Timeout For API Request?
Hi Linvi, Can you please add a Timeout setting in the config? It's happening to me a lot these days that a request to the REST api takes as much as 10 minutes to complete! Thank you, imlokesh
View ArticleNew Post: [ADMIN] PLEASE READ Busy times
Hello guys, Just wanted to let you know that I am pretty busy currently and I cannot work on Tweetinvi as I wanted. I will probably be able to work on Tweetinvi in 1 week time. In the meantime, please...
View ArticleNew Post: Dependency on Autofac
Hi there, The core of Tweetinvi relies on Autofac. Tweetinvi relies on Injection of Control and Dependency Inversion and it is using Autofac for this. Though, if you do not want to reference Autofac...
View ArticleNew Post: User events as it happen
Hi . Can you help me with code example to achieve this I want stream user events as it happen with userstream api and i mean by user events that the following action user does when user retweet to...
View ArticleCreated Feature: Add Timeout to WebRequest [2378]
Give the ability to configure the Timeout of WebRequest from TweetinviConfig as request here : https://tweetinvi.codeplex.com/discussions/566507.
View ArticleNew Post: Timeout For API Request?
Hi, This will be done in the coming version: Associated Work Item Linvi
View ArticleCreated Feature: Specify a proxy for the WebRequest [2379]
The user should be able to specify a proxy that he wants to use in order to perform his webrequest as requested https://tweetinvi.codeplex.com/discussions/554619.
View Article