New Post: Pausing FilteredStream, adding tracks, then resuming stops stream
Sorry, I got it wrong with the ResumeTrack. ResumeTrack should be used for PausedStream while StartStream should be used for StoppedStream. Please follow the example of imlokesh which is very good. Linvi
View ArticleNew Post: Pausing FilteredStream, adding tracks, then resuming stops stream
Thanks Imlokesh & Linvi, this did the trick!
View ArticleNew Post: Issues/Bug with specific windows date format
I tested many datetime formats and it's working. The only case that failed is when the date is not correct. Thanks for help.
View ArticleNew Post: Do We Need Site Streams ?
Here is my case A web App accept many users and this App listen to each user events as it happen . when i said many users i mean 20k twitter user , with user stream i got this work but only for a...
View ArticleNew Post: Do We Need Site Streams ?
i also know for fact that userstream can work with multiple users if each user have a different IP then the others , for example i have an IOS App that uses userstream and it used by tuns of people...
View ArticleNew Post: Do We Need Site Streams ?
Hello there, SiteStream are very good but even after requesting an access 3 times, I never got one, so I am not sure how good it it. It is possible to have multiple UserStream running on the same IP...
View ArticleNew Post: Do We Need Site Streams ?
thanks linvi , can multiple OAuth application credentials handle something like 10k userstream connection at the same time ? I'm expecting at least 10k user to be used my App so i wonder
View ArticleNew Post: Do We Need Site Streams ?
@imlokesh you mention that you did used multiple OAuth credentials , may i ask if you had any problem and how many users using your app ?
View ArticleNew Post: Do We Need Site Streams ?
Hi muts, I do use tons of OAuth credentials in a single application but I don't use twitter streams at that level. I use FilteredStream and I can generally open only two or three connections to the...
View ArticleNew Post: Do We Need Site Streams ?
To complete the answer of imlokesh, here is the description of Twitter concerning the UserStream.Minimize the number of connections your application makes to User Streams. Each Twitter account is...
View ArticleNew Post: Do We Need Site Streams ?
Hi Linvi, I would interpret this slightly differently. Each Twitter account is limited to only a few simultaneous User Streams connections per OAuth application, regardless of IP. I think this limit is...
View ArticleNew Post: Do We Need Site Streams ?
We will try multiple OAuth application without proxies and see how that goes and how many users can handle ,
View ArticleNew Post: Do We Need Site Streams ?
@linvi you give code example on how to use multiple OAuth application credentials but how you will do that automatic for example i want user to visit my web page and click on "authorize my account"...
View ArticleNew Post: Beginner - Help
Hey there, I just started working on my first API project in Uni, and decided to use Tweetinvi for it. However, for some reason, I am not being able to either post or get anything from Twitter. All the...
View ArticleNew Post: Beginner - Help
Hi Luka, I have not updated the version of TweetInvi I'm using in a while now, so how things work may have changed, but it's worth a shot atleast. Remove this line...
View ArticleNew Post: Beginner - Help
Hey Phoenix2105, Thank you for helping me out. I have tried all of your recommendations, but still I am not able to make this work. I have also tried disabling the firewall, but no luck. There are no...
View ArticleNew Post: Beginner - Help
Well you have a few " Cannot find or open the PDB file." errors but they shouldn't matter too much as these are files for debugging. And I cant see any other errors, can you open a command prompt and...
View Article