New Post: beginner help please
i am sorry for the "spoon-feeding" request, but I am completely bamboozled with this. i have no idea where to begin. i have a webforms website - i want a user to authorise my site to tweet for them,...
View ArticleNew Post: GetLoggedUser fails intermittently
Every now and again I get an error when I call User.GetLoggedUser() I thought this might be down to rate limiting since this is done every time I start my development application in the IDE. However,...
View ArticleNew Post: GetLoggedUser fails intermittently
Could you give me the details of the ExceptionHandler.GetLastException()? Cheers, Linvi
View ArticleNew Post: Events stop firing
Hi MartR, I believe you noticed I am not around that much. I am sorry for that I am working on 3 projects at the same time and got very little time to help you. The stream fix will be the first I...
View ArticleNew Post: Searching Tweets of protected account
You cannot search for protected tweets. The Search API is a public API and will therefore only return public tweets even if you are logged with an account that can access the protected tweets. Linvi
View ArticleCommented Issue: 30 seconds : Stream Reset [2469]
Reset the stream after 30 seconds of inactivity.Comments: Associated with changeset 41663: - Added Timer for Stream disconnect- If the stream is disconnected, the StreamStopped event is raised. At such...
View ArticleNew Post: Events stop firing
Please try to get latest from Source Code (Tweetinvi 0.9.5.x). I applied a fix that should resolve your problem. When a stream Timeout, the StreamStopped event is raised. The disonnect message has a...
View ArticleSource code checked in, #41663
- Added Timer for Stream disconnect - If the stream is disconnected, the StreamStopped event is raised. At such point a Disconnect message with code 503 and message Timeout is given as a Disconnected...
View ArticleNew Post: Events stop firing
Thanks for getting back to me. I have now implemented this in my application anyway. The problem I was having (stopstream being called after startstream) was due to me setting a timeout of 30s so that...
View ArticleNew Post: Select amount of Hashtags
I use Search.SearchTweets("#hashtag") to look forets containing a specific hashtag. The problem is: I get only a few newer tweets. Is there a possibility to select also older Hashtags? Second question:...
View ArticleNew Post: GetLoggedUser fails intermittently
The inner exception indicates that this is being caused by rate limiting (code 88). This error was done in conjunction with running startstream/stopstream timeouts being too short (see...
View ArticleNew Post: Events stop firing
linvi wrote: Please try to get latest from Source Code (Tweetinvi 0.9.5.x). I applied a fix that should resolve your problem. When a stream Timeout, the StreamStopped event is raised. The disonnect...
View ArticleNew Post: Search Twitter Stream based on Lat and Longitude
Hi hope u r fine.. i want ur help regarding searching the twitter stream based on the geo location coordinates, at the moment im doing something like ICoordinates c1 = Geo.GenerateCoordinates(lng1,...
View ArticleCreated Unassigned: 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: Search Twitter Stream based on Lat and Longitude
Hi, You can do this very simply:var searchParameter = Search.GenerateTweetSearchParameter(-43.230182, -22.912214, 1, DistanceMeasure.Kilometers); var result = Search.SearchTweets(searchParameter);Linvi
View ArticleNew Post: Events stop firing
Tweetinvi already implement the LimitReached event:var s = Stream.CreateFilteredStream(); s.LimitReached += (sender, args) => { var missedTweets = args.NumberOfTweetsNotReceived; };Receiving this...
View ArticleEdited Issue: 30 seconds : Stream Reset [2469]
Reset the stream after 30 seconds of inactivity.
View ArticleNew Post: Search Twitter Stream based on Lat and Longitude
thanks for your time, can i use the searchParameter in StreamAPI in some way? because im adding some keyword that r to be searched in certain area.... ICoordinates c1 = Geo.GenerateCoordinates(lng1,...
View ArticleCreated Issue: Direct Message : Destroy throw an Exception [2508]
https://tweetinvi.codeplex.com/discussions/578470
View ArticleEdited Issue: Direct Message : Destroy throw an Exception [2508]
https://tweetinvi.codeplex.com/discussions/578470
View Article