New Post: Start a new FilteredStream for new keywords
Hi, Let's say I've started a FilteredStream and added a tracked keyword. As the tweets received, I want to create additional FilteredStreams for the mentioned hashtags. As stopping, adding new...
View ArticleNew Post: Suggestion: AddLocation overload
Can we have an overload for stream.AddLocation like this? var center = new Coordinates(lon, lan); stream.AddLocation( center, radius, RadiusType.Metric); // or RadiusType.US
View ArticleNew Post: Start a new FilteredStream for new keywords
Hi, Normally stopping a stream and adding filters should allow you to get the new filters to be applied as soon as the next Start call. I cannot look at this issue today but I will try to do this...
View ArticleNew Post: Suggestion: AddLocation overload
Hi, This is already planned for the next version of the API (0.9.0.0). But if this feature is critical for you I will eventually implement this feature in the current release. Kind Regards, Linvi
View ArticleCreated Task: Add radius type (kilometers vs. miles) [1950]
Can we have an overload for stream.AddLocation like this? var center = new Coordinates(lon, lan); stream.AddLocation( center, radius, RadiusType.Metric); // or RadiusType.US
View ArticleNew Post: Suggestion: AddLocation overload
I have added a Task for your request : https://tweetinvi.codeplex.com/workitem/1950 Linvi
View ArticleNew Post: Start a new FilteredStream for new keywords
ThanksJ Keywords are irrelevant but I start with"TarihiYolsuzlukveRüşvetSkandalı","BüyükRüsvet", "MerhabaGencleerleCumartesiTakibi","AllahaHavaleEdiyoruz".After the stream initialized and I receive...
View ArticleNew Post: Start a new FilteredStream for new keywords
If you do not mind, would you please send me the piece of code starting the new streams from hashtags. It would ease my debug. You can send this in this discussion or by using the contact form of my...
View ArticleNew Post: Paging with tweetinivi
Hello I am using this API and its really awesome to work with it. I just need to know i want to apply paging functionality when i get my time line. how can i do this? can you please tell me. i have...
View ArticleNew Post: Start a new FilteredStream for new keywords
I sent you a message from contact form.BTW, I think this is not possible: I tried to run two instances of normal working apps and only last survives. The first app just stops there, maybe twitter...
View ArticleNew Post: Paging with tweetinivi
Hi Haseebkhan, Currently this feature is not implemented. The reason for that is the fact that the number of tweets provided by Twitter is limited to 3200. Twitter do provide a certain type of paging...
View ArticleNew Post: Start a new FilteredStream for new keywords
Hi, I got the same problem you faced and I consequently searched for the issue which is in fact a limitation of the Twitter Stream API."Each account may create only one standing connection to the...
View ArticleSource code checked in, #33911
Version 0.9.0.0 - Tested TweetController.GenerateOEmbedTweet
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 33911: Version 0.9.0.0- Tested...
View ArticleNew Post: Subscribing to Stream for only retweets
Is there a way to start a filtered stream that will receive only the retweets? (I'm trying to overcome 1% limitation :)) I've checked statuses/filters page on twitter.com but maybe I missed it...
View ArticleNew Post: Subscribing to Stream for only retweets
As far as I've tried I have not found any way to overcome the 1% limit. Twitter analyzes the connections to its stream and will never ever send you more than 1% of tweet. If the filters are too wide...
View ArticleNew Post: Subscribing to Stream for only retweets
Hey @Linvi I am wondering if there is a function for deleting a specific tweet using the Tweetinvi code that you provided, i have gone through the code and i cannot find one, please help.
View ArticleNew Post: Deleting a tweet
Hey Linvi, I am creating a third party S/W that allows users to tweet/view timelines..., the code u provided works perfectly well with a few modifications, now i want to add a functionality to delete a...
View Article