Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Browsing all 4126 articles
Browse latest View live
↧

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 Article


New 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 Article


New Post: GetLoggedUser fails intermittently

Could you give me the details of the ExceptionHandler.GetLastException()? Cheers, Linvi

View Article

New 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 Article

New 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 Article


Commented 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 Article

New 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 Article

Source 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 Article


New 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 Article


New 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 Article

New 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 Article

New 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 Article

New 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 Article


Created 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 Article

New 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 Article


New 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 Article

Edited Issue: 30 seconds : Stream Reset [2469]

Reset the stream after 30 seconds of inactivity.

View Article


New 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 Article

Created Issue: Direct Message : Destroy throw an Exception [2508]

https://tweetinvi.codeplex.com/discussions/578470

View Article

Edited Issue: Direct Message : Destroy throw an Exception [2508]

https://tweetinvi.codeplex.com/discussions/578470

View Article
Browsing all 4126 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>