Commented Issue: GetTweet() gives 404 error [2076]
The GetTweet option gives 404 Error. var tweet = Tweet.GetTweet(4410207649603461);Console.WriteLine(exceptionStatusCode);Console.WriteLine(exceptionDescription);gives:404 Not Found - URI requested is...
View ArticleReleased: Tweetinvi 0.9.0.2 (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.2 (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 ArticleCommented Issue: GetTweet() gives 404 error [2076]
The GetTweet option gives 404 Error. var tweet = Tweet.GetTweet(4410207649603461);Console.WriteLine(exceptionStatusCode);Console.WriteLine(exceptionDescription);gives:404 Not Found - URI requested is...
View ArticleNew Post: TwitterExceptionTracker
Hi, I'm trying to implement some robust error handling in my application, and reading through the old docs -...
View ArticleSource code checked in, #35032
Version 0.9.0.2 - Development branch has now been merged within Release branch
View ArticleNew Post: How to get all the followers
Hi, Using the below code i am able to get 250 followers, and if i try to run the below code in loop to get all the followers then the same followers are coming again, is there any way to get all the...
View ArticleNew Post: How to get all the followers
Hi there, This is possible in Tweetinvi 0.9 and very easy to do:var ladygaga = User.GetUserFromScreenName("ladygaga"); var followers = ladygaga.GetFollowers(2000);Now I would like you to be very...
View ArticleNew Post: TwitterExceptionTracker
Hi James, Would you please let me know if you have already implement a big part of your project or not. The reason I am asking is the latest release provide a new solution to manage exceptions. Either...
View ArticleNew Post: How to get all the followers
Hi Linvi, Thanks for your great help, could you please share the sample code for using cursor in Tweetinvi 0.9 it will be helpful for everyone. Thanks again Dhakshin
View ArticleSource code checked in, #35037
Removed Windows 8 Branch as it will be a complete separated project
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 35037: Removed Windows 8 Branch as it will be a complete separated...
View ArticleNew Post: How to get all the followers
Hi, Tweetinvi has been developed so you don't ever need to do a query for implemented features. Though if you really want to perform a CursoredQuery for Follower Ids here is the code you need....
View ArticleNew Post: TwitterExceptionTracker
Hi Linvi, I am currently using the latest development branch, but can change what is already implemented if required. The latest example uses ExceptionHandler.GetLastException(), I was looking for...
View ArticleNew Post: How to get all the followers
Dear Linvi, Thanks again for your great help, it will be helpful for others also. You are genius, hats off. Will keep in touch for all your updates. Thanks again, Regards Dhakshin
View ArticleNew Post: How to get all the followers
Hi Linvi, I am getting "An entry with the same key already exists." if i try to get the next ids using the nextcursor, pfb the code that i tried , please correct me where i am wrong, thanks in advance...
View ArticleNew Post: How to get all the followers
Hi, When calling ExecuteCursorGETQuery do not specify the cursor in the address, this will be done for you. If you wish to start from a specific cursor_id then call the method with the extra...
View ArticleNew Post: How to get all the followers
Hi linvi, Thanks for the help, let me check with that. Regards Dahskhin
View Article