New Post: Best Practise for contiguous collection
Hello there, I did it! Please use the following code which is an example on how to solve this problem.privateconststring SEARCH_KEYWORD = "hello"; publicstaticvoid Main() { var stream =...
View ArticleNew Post: Best Practise for contiguous collection
Hi Linvi. That is neat. Thank you so much for your time. One other possible problem is that if the search filter does not generate frequent tweets, it is not possible to restore the missed ones until a...
View ArticleNew Post: Best Practise for contiguous collection
Well, I think the code I provided is the best way to go. The reason for that is that there is gap (between 1 and 2 seconds) between the moment that you Start a stream and the moment when you actually...
View ArticleNew Post: How to get the latest Tweet ID on twitter
As discussed in https://tweetinvi.codeplex.com/discussions/554135 Here are the solutions you could use:// From any account if you do not already have a sample stream running on your machine +...
View ArticleNew Post: Best Practise for contiguous collection
The second case was what I was thinking of, but I agree that your original proposal it the better solution. Thanks again.
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.4.0?
Hello, This is the first time I wrote a post on the forum in order to get some requirements from you. I do not expect many replies to this post but I want you to let me know what you would love to see...
View ArticleCreated Feature: Ability to get json from DTO [2341]
Get a json string from the an object DTO
View ArticleNew Post: Best Practise for contiguous collection
Just going through your code, it all makes sense, but I would be very grateful for some background/code comments to the steps taken in RestorePreviousDataBetween(). Thanks
View ArticleNew Post: Best Practise for contiguous collection
I have added some comments to the method. It seems quite straightforward to me.IMPORTANT If forgot to mention that when storing the Tweet you need to use UPDATE OR CREATE in your database. The reason...
View ArticleNew Post: Best Practise for contiguous collection
Thanks for your comments in the code. The problem was trying to use anonymous methods and Lamda functions in VB, and having more strict type checking to deal with too - so this C# codevar tweetHelper =...
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.4.0?
For your consideration : An asynchronous method which accepts a search string and a max and min ID and a callback address, and returns all the tweets which match that search string between the two IDs....
View ArticleNew Post: Best Practise for contiguous collection
I wonder if Twitter is reliable enough to do this. I have a set of 44 Tweet IDs which I had previously received via filterstream for the pattern "golden". When I pass the first and the last into the...
View ArticleNew Post: Best Practise for contiguous collection
Hi, From my experience I would say that the Search API of Twitter is not reliable. You just gave an example but there are many others that slipped out of my mind since I last played with it. The...
View ArticleNew Post: Best Practise for contiguous collection
Yes very clear. Thanks for your time. For us it is better to tell customers that they cannot have any data, than to give them duplicates or miss data. So we will do without for now and hope that...
View ArticleEdited Feature: Add support to Destroy a Block [2268]
The API offers the ability to block a user but not to destroy the block.
View ArticleEdited Task: PublishReply/PublishInReplyTo : Option to add screen name [2101]
When replying on the website, it includes the @screen_name of the user to who we want to reply to.Give the option to do the same thing within Tweetinvi
View ArticleEdited Feature: Implement : [friendships/no_retweets/ids] [1710]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/no_retweets/idsParameters :x stringify_ids : DO NOT IMPLEMENT -> Not relevant
View ArticleSource code checked in, #38233
Version 0.9.4.0 - Updated Tweet to include the new extended properties and support multiple images
View ArticleCommented Feature: Add Extended_Entities to Tweet Interface [2328]
Hi Linvi can you add extended_entities to the interface.https://dev.twitter.com/docs/api/multiple-media-extended-entitiesWith the current version if the tweet has more than 1 image, ITweet.Media and...
View ArticleEdited Feature: Add Extended_Entities to Tweet Interface [2328]
Hi Linvi can you add extended_entities to the interface.https://dev.twitter.com/docs/api/multiple-media-extended-entitiesWith the current version if the tweet has more than 1 image, ITweet.Media and...
View Article