Commented Issue: IUser.ProfileBackgroundTitle [2507]
There is a property on the IUser interface called ProfileBackgroundTitle.I can't find what this corresponds to on a Twitter User, so I'm wondering if it's a typo and should be ProfileBackgroundTile...
View ArticleEdited Issue: IUser.ProfileBackgroundTitle [2507]
There is a property on the IUser interface called ProfileBackgroundTitle.I can't find what this corresponds to on a Twitter User, so I'm wondering if it's a typo and should be ProfileBackgroundTile...
View ArticleNew Post: Deleting Direct Messages
Hi, I am currently working on your bug. Would you please give me the details of the Exception as I cannot reproduce this bug. Thanks, Linvi
View ArticleCommented Issue: Direct Message : Destroy throw an Exception [2508]
https://tweetinvi.codeplex.com/discussions/578470Comments: Associated with changeset 41729: Version 0.9.5.0- Updated Message Query Validator
View ArticleNew Post: Deleting Direct Messages
Hi Linvi, This was a while back and I've slept since but I think this is caused by the linemessagereceived.Destroy(); Unless you specify that you want to destroy this.message.Id it fails, maybe a...
View ArticleNew Post: Select amount of Hashtags
I found on http://tweetinvi.codeplex.com/discussions/571240 that there is no solution to get tweets older than two weeks or so. Is there really no possibility (provided by twitter) to do this until...
View ArticleNew Post: Select amount of Hashtags
Hi the answer to both question is no. As discussed in the discussion you referenced you will have to get store these information yourself using a FilteredStream. There is no free other option that I am...
View ArticleNew Post: Need to get ALL tweets back from a specific users timeline
Need to get ALL tweets back from a specific users timeline. Guys can this be done with Tweetlinvi? It seems to be limited. Any examples?
View ArticleNew Post: Search Twitter Stream based on Lat and Longitude
thanks very much for your time. Regards
View ArticleNew Post: Get all tweets with specific hashtag
Hi Linvi, Is this the same method to Get all the Tweets in live that contains a specific hashtag ? If Not can u guide me? I want to search all the tweet with a specific hashtag provided by the user...
View ArticleNew Post: Events stop firing
On the general subject of dealing with stalls, there is still an issue with the proposed solution. Even at 90s, for some reason Twitter stops the stream occasionally before the 90 timeout has had a...
View ArticleNew Post: Hi! I created a stream and besides the text of a tweet, I want to...
Hello! using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tweetinvi; using TwitterStream; namespace TwitterStream {class Program {...
View ArticleNew Post: Events stop firing
Hi, I don't know if this could help, but I have the same issues with my code. Nevertheless, I noticed something very strange while testing : my problems are related to the machine I test my code on. I...
View ArticleNew Post: Hi! I created a stream and besides the text of a tweet, I want to...
Hello, The coordinates are not always available in a Tweet. Lots of users decide to not publish their coordinates as part of their public tweets. Therefore you need to always check if the Coordinates...
View ArticleNew Post: Need to get ALL tweets back from a specific users timeline
You cannot access to more than 3200 tweets with Twitter REST Api. Have you tried the following?var timelineTweets = Timeline.GetHomeTimeline(3200);Regards, Linvi
View ArticleNew Post: Hi! I created a stream and besides the text of a tweet, I want to...
Hi! Thanks for the reply. After I submitted the post, I did just what you suggested and it worked. I don't know if you are familiar with the SignalR framework, but I want to have the stream in a...
View ArticleCreated Task: Update : [direct_messages] [2510]
Reference : https://dev.twitter.com/docs/api/1.1/get/direct_messagesMethods to update :- User.GetDirectMessagesSent()Parameters to add :- since_id- max_id- count- skip_status- include_entities
View ArticleEdited Task: Update : [direct_messages] [2510]
Reference : https://dev.twitter.com/docs/api/1.1/get/direct_messagesMethods to update :- User.GetDirectMessagesSent()Parameters to add :- since_id- max_id- count- skip_status- include_entities
View ArticleSource code checked in, #41815
Version 0.9.5.0 - Added additional parameters to Message.GetLatestsReceived - Added additional parameters to Message.GetLatestsSent
View Article