New Post: Window Forms
Hi, Please verify that you have set your credentials correctly. The please change Tweet.PublishTweet("This is a test of the station tannoy system."); into : Tweet.PublishTweet("My tweet : " +...
View ArticleReleased: Tweetinvi 0.9.0.3 (Mar 06, 2014)
What's new in 0.9.0.0 Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to...
View ArticleUpdated Release: Tweetinvi 0.9.0.3 (Mar 06, 2014)
What's new in 0.9.0.0 Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to...
View ArticleNew Post: Twitter lists members only returning 20 users
Thank you very much for identifying this issue. It was a critical bug in the CursorQuery system. It is now fixed and I have released it under Tweetinvi 0.9.0.3 available in download and nuget. Nuget...
View ArticleCreated Unassigned: User timeline and since_id [2095]
I have a need to call the function user.GetUserTimeline(), but also provide a tweet status ID so that I can get all tweets since that status ID returned from the timeline.This is the equivalent of...
View ArticleNew Post: User timeline and since_id
I have a need to call the function user.GetUserTimeline(), but also provide a tweet status ID so that I can get all tweets since that status ID returned from the timeline. This is the equivalent of...
View ArticleNew Post: Window Forms
Hi Linvi thank you for your reply. I believe my credentials have been set correctly because the Who Am I correctly returns the name of the account I have added the .NewGuid() call to all tweet strings....
View ArticleNew Post: Twitter lists members only returning 20 users
That's fantastic, really great work you've done with this, very much appreciated =)
View ArticleNew Post: WinformExampleWithTweetinvi
Hi Linvi The error following Tweet.PublishTweet("This is a test of the station tannoy system." + Guid.NewGuid()); is StatusCode 401 TwitterDescription "Unauthorized - Authentication credentials were...
View ArticleNew Post: WinformExampleWithTweetinvi
Hi MartR, I do not understand what could be going wrong at this point. If you are willing to share your credentials with me (private message), I can have a further investigation of your issue. As...
View ArticleNew Comment on "Documentation"
To be honest, I currently have it running in a Worker Role on Azure. :)
View ArticleClosed Unassigned: deleted [2095]
accidently posted an issue instead of discussion, please ignore
View ArticleEdited Issue: Cursor Query returns the same set of results multiple times [2094]
Cursor queries does not iterate over the results :(
View ArticleNew Post: User timeline and since_id
Hi, This parameter is not available yet. It is planned to be implemented within Tweetinvi 0.9.3.0 which will not be available for at least 3 months. Though Tweetinvi is very flexible and you can...
View ArticleSource code checked in, #35095
Version 0.9.1.0 - Created the core of the dependency injection for Portable Libraries using Autofac - Container Factory - Static Container - PerThread Container - PerApplication Container - Using...
View ArticleCommented Feature: Provide Tweetinvi for Windows Store Apps [2050]
Windows Store Apps target .NET Core and libraries need consequently to have the targets updated.Comments: Associated with changeset 35095: Version 0.9.1.0- Created the core of the dependency injection...
View ArticleCreated Unassigned: Tweet favourite [2096]
I am trying to mark a tweet as a favourite, I have the authorization token and am able to view profile details. When I search for tweets I get back list but I am unable to mark any as a favourite, I...
View ArticleCommented Unassigned: Tweet favourite [2096]
I am trying to mark a tweet as a favourite, I have the authorization token and am able to view profile details. When I search for tweets I get back list but I am unable to mark any as a favourite, I...
View ArticleNew Post: WinformExampleWithTweetinvi
Thanks for your help with this. I have resolved the issue. It was not obvious to me that when changing the application access level (I changed this from Read Only to Read, write, and direct messages)...
View Article