New Post: Windows Form App Help
Hi, currently using the library for a console app and would like to convert it into a windows form application. Is there any examples of the source code with a windows form? Specifically having trouble...
View ArticleNew Post: Windows Form App Help
Hi, There should be no issue. I have already developed many Winform application with Stream and never got any issue. Please download the project example. Let me know if this works on your machine and...
View ArticleSource code checked in, #34226
Version 0.9.0.0 - Tested UserController - Renamed Favorites into Favourites
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 34226: Version 0.9.0.0- Tested UserController- Renamed...
View ArticleNew Post: How Can I pull the last 10 tweets of a user? (if at all)
When I start my stream, can I just pull the last 10 tweets of a given user in my user list? If not with the api, is there another way?
View ArticleNew Post: How Can I pull the last 10 tweets of a user? (if at all)
UserStream allow you to get tweets of a specific user in live. To get the previous tweets of a user, use the method .GetHomeTimeline() that is available on a TokenUser. When calling this method you can...
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 34227: Version 0.9.0.0- Tested UserQueryValidator
View ArticleNew Post: Windows Form App Help
Perfect that works, just one more question. How do I add the Screen name of the tweet creator to the code below, I have my incoming tweets filtered through a couple specific tweet.Creator.ScreenName....
View ArticleNew Post: Windows Form App Help
I am not sure I understand your question entirely. What I understand is that you want to add the name of the user who created the tweet in your Textbox. If ny understanding of the question is correct...
View ArticleNew Post: WPF Captcha solution
I noticed that your onenote shows that you have a solution available for the WPF captcha but the link doesn't appear to be working. Could you check for me? WPF Captcha. It is towards the bottom.
View ArticleNew Post: WPF Captcha solution
Hi, It seems that all the links are broken because I separated the code in 2 branches to separate the curve release and the development. The class you are willing to access is in...
View ArticleNew Post: Limitations
hesitate any limitation of number of Stream for PC or IP? I can put 2 or more programs on the same computer even stream exchanging keys? Tanks Renato
View ArticleNew Post: Limitations
Hi Renato, From my personal experience the Public Streams can be run with multiple keys with the same IP at the same time. Though this is not authorized by Twitter and such behavior can make Twitter...
View ArticleSource code checked in, #34274
Version 0.9.0.0 - Tested UserQueryGenerator : Generate Identifier Parameter
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 34274: Version 0.9.0.0- Tested UserQueryGenerator :...
View Article