New Post: Webpage taking forever to load
I'm building a webpage to show the time line of some twitter account and for now to display it in a label the problem is when I use the code under in the page load the browser keep in the waiting...
View ArticleNew Post: Webpage taking forever to load
Hi there, A sample stream is not something you can use to get the timeline of any user account. It basically retrieve 1% of all the tweets sent on Twitter. If you want to get all the tweets from...
View ArticleNew Post: Webpage taking forever to load
thank you for replying, and I have some other question how would you cal stop stream if it wont stop reading tweets ??
View ArticleNew Post: Webpage taking forever to load
Hi, You can either call it from the TweetReceived event or if you cam the StartStream from a new thread you can invoke StopStream from a second thread. Does that make sense? Linvi
View ArticleNew Post: Get previous tweets
Hello linvi, is it possible if I can get all the previous tweets who mention my screen name? if possible, can you give me an example?
View ArticleNew Post: Get previous tweets
Hi, You just need to do a search with '@' in front of your screename :var results = Search.SearchTweets("@SCREEN_NAME");If you want to have more control over your request you can create a search...
View ArticleUpdated Wiki: Documentation
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream API....
View ArticleNew Post: How to get all the followers
Hi linvi, Its perfectly working. Will update all my previous coding to the latest one (0.9). Thanks again for your great help. regards Dhakshin
View ArticleNew Post: WinformExampleWithTweetinvi
Hi, I think I know what is going wrong. Please verify that your current time information are correct (both the time and the region). Having this information incorrect will lead to the stream query to...
View ArticleUpdated Wiki: Documentation
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream API....
View ArticleNew Comment on "Documentation"
Tweetinvi sould be working fine in a Windows Service but please be sure that you target at least .NET Framework 4.0.
View ArticleUpdated Wiki: Documentation
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream API....
View ArticleNew Post: Twitter lists members only returning 20 users
Hi again, I've noticed that TweetList.GetMembersOfList() only ever returns at most 20 members of the list, even when the optional parameter is set. I'm using the following code:...
View ArticleNew Post: Twitter lists members only returning 20 users
Hi James, You are absolutely right. I will update the source code for you tonight. Sorry for the trouble. Linvi
View ArticleNew Post: Twitter lists members only returning 20 users
No trouble at all, thank you for the great library and quick work on it! Much appreciated =) Sent from my Windows Phone
View ArticleNew Post: Twitter lists members only returning 20 users
Hi James, Thank you for reporting the issue, I will have a better look to this issue as soon as I can. Regards, Linvi
View ArticleCreated Issue: Cursor Query returns the same set of results multiple times...
Cursor queries does not iterate over the results :(
View ArticleSource code checked in, #35086
Version 0.9.0.3 - Bug corrected for cursor query incorrectly returning results
View ArticleCommented Issue: Cursor Query returns the same set of results multiple times...
Cursor queries does not iterate over the results :(Comments: Associated with changeset 35086: Version 0.9.0.3- Bug corrected for cursor query incorrectly returning results
View ArticleClosed Unassigned: "Value cannot be null. Parameter name: path" exception [2079]
When streaming for more than one word at a time, a TweetinviException returns that says "Value cannot be null. Parameter name: path". I looked for the error from the "Watch" in visual studio Debug Mode...
View Article