Created Feature: SearchParameter : Provide a more litterate syntax (like...
Search("linvi").In(Language.English).WithNumberOfResultsOf(101);
View ArticleCommented Feature: Add .ToString() method in ExceptionHandler [2054]
To debug potential issues, implement a method printing all exceptions within a console and returning the valueComments: Associated with changeset 35006: Version 0.9.0.2- Updated Exception Management to...
View ArticleCommented Feature: Add Print() method in TwitterException [2053]
In order to get all the information related with an error thrown implement a print methodComments: Associated with changeset 35006: Version 0.9.0.2- Updated Exception Management to throw Exception for...
View ArticleCommented Feature: Argument Exception should now be thrown instead of...
Ability to know when an error occurs.Comments: Associated with changeset 35006: Version 0.9.0.2- Updated Exception Management to throw Exception for invalid arguments. Consequently developers will be...
View ArticleEdited Feature: Add Print() method in TwitterException [2053]
In order to get all the information related with an error thrown implement a print method
View ArticleEdited Feature: Add .ToString() method in ExceptionHandler [2054]
To debug potential issues, implement a method printing all exceptions within a console and returning the value
View ArticleEdited Feature: Argument Exception should now be thrown instead of returning...
Ability to know when an error occurs.
View ArticleCreated Unassigned: 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 ArticleEdited Unassigned: 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 ArticleCommented Unassigned: 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 ArticleUpdated Release: Alpha 0.9.1.0
Enable Windows 8 developmentEnable Windows Phone 8 development
View ArticleCreated Unassigned: "Value cannot be null. Parameter name: path" exception...
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 ArticleCommented Unassigned: "Value cannot be null. Parameter name: path" exception...
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 ArticleSource code checked in, #35014
Version 0.9.0.2 - Updated GetTweetFromId query as it was no longer valid
View ArticleCommented Unassigned: 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 ArticleEdited 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 ArticleUpdated Release: Alpha 0.9.2.0
PublishTweet with image - Implement Tweet.PublishTweetWithImage
View Article