New Post: [ADMIN] What do you want in Tweetinvi 0.9.4.0?
Hi, Yes, it will be added to the release, I just wanted to let you know about this new method because it can be useful. Also, because this feature will be used by only few people it will be accessible...
View ArticleNew Post: How do I get 10k+ tweets streams in few minutes
Thanks for quick reply. I read your OneNote document on OneDrive. this OneNote has very good explanation of Streaminvi-> BaseTrackedStream. In performance section of this page it says 428,571.43...
View ArticleNew Post: How do I get 10k+ tweets streams in few minutes
Hi, When I did these tests, I had to take very popular keywords. Usually look into the news to get these kind of keywords. Now if you want to analyze 2 tracks you can use the following.var stream =...
View ArticleNew Post: Search limit
Looking through the code, the search API limits the number of search results pulled in one request to 100 and then loops to make the requested number (from...
View ArticleNew Post: Can't tweet ...
Hi, I discovered this great library but I can't use it to tweet. My simple test is the following : TwitterCredentials.SetCredentials( "accessToken", "accessTokenSecret", "APIkey", " APISecret"); var...
View ArticleNew Post: Can't tweet ...
It was possibile that I had a problem with permission .... now I have changed permission and regenerated api and token key and secret. Now the SetCredentials method throws an exception : The type...
View ArticleNew Post: Can't tweet ...
I discovered that downloading binaries and using them as assembly references, all works fine ! What's the problem with Nuget package ? It seems to be related to Newtonsoft.Json assembly that it can't...
View ArticleNew Post: Can't tweet ...
The problem isn't solved ! I want to use Nuget package because I have last Newtonsoft Assembly in my application and I don't want to deploy another version of it. I think that the problem with Nuget...
View ArticleNew Post: Search limit
Hi there, It is limited to 100 because Twitter limits it to 100. I am also very unhappy with this decision but there is no way to get more than 100 tweets in a request. Concerning the rate limit, you...
View ArticleNew Post: Search limit
I thought that might be the problem. Do you have any recommendations on methods to get around this?Mike
View ArticleNew Post: Search limit
My recommendation is to not use the search at all. Twitter Search API has many many problems. I usually use the FilteredStream which gives you more results than the Search and does have any rate limit....
View ArticleCommented Issue: TweetRemainingCharacters does not take photo into account...
Observe the following code:```var twt = Tweet.CreateTweet("Hulp nodig op vakantie? Dan is het handig dat je bij onverwachte gebeurtenissen een beroep kunt doen op service....
View ArticleEdited Issue: TweetRemainingCharacters does not take photo into account [2348]
Observe the following code:```var twt = Tweet.CreateTweet("Hulp nodig op vakantie? Dan is het handig dat je bij onverwachte gebeurtenissen een beroep kunt doen op service....
View ArticleNew Post: How do I get 10k+ tweets streams in few minutes
Hi, Thanks for reply and code. My code is similar to what you send, only its dynamic for keywords. Any idea/thought on how to improve performance or is there any other way to get tweets faster for said...
View ArticleNew Post: Windows Service
Hello, Has anyone here created a Windows Service using Tweetinvi? Need some concept clarification: In all the documentation I have seen of the Twitter API, there is an authorization step to be...
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Hi Guys Im just getting started with c# and the twitter API so I was trying to get the samples in the Examplinvi project working. I have created my application and access keys and added them to the...
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Hello there, It just depends on which method you want to use, if you want to only read information from the Twitter API like tweets and other, this should work properly. Either case, do not hesitate to...
View ArticleNew Post: Warning Email
If you receive a warning email it usually mean that Twitter believe that you are not following the terms notably in regard with the privacy. You need to contact them in order to ask them why they did...
View Article