Commented 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 33781: Version 0.9.0.0- Tested MessageQueryGenerator- Added...
View ArticleEdited Task: Implement UserQueryValidator.IsUserDTOValid() [1944]
We currently rely on UserDTO.HasValidId(). The issue with this is that we need to check for null each time we are generating a query.This consequently multiply the number of tests by 2.Update all the...
View ArticleSource code checked in, #33794
Version 0.9.0.0 - Tested MessageJsonController - Updated code logic to let the validity tests to be performed at the QueryGenerator level
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 33794: Version 0.9.0.0- Tested MessageJsonController-...
View ArticleNew Post: Heads up - Twitter to require SSL/TDS
In case anyone has not seen this, here is the link: https://dev.twitter.com/discussions/24239 This is an important notice for developers still using HTTP plaintext connections. On January 14th, 2014,...
View ArticleNew Post: Heads up - Twitter to require SSL/TDS
Hi Jonny, Thank you very much for this information. Hopefully, I decided a while ago to only use https connection for Tweetinvi. Though I verified the entire application and I find out that the...
View ArticleCreated Issue: Twitter to require SSL/TDS [1946]
Update TokenCreator to only use https queries.In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)> This is an important notice for...
View ArticleNew Post: Heads up - Twitter to require SSL/TDS
I have created a work item to solve this issue.https://tweetinvi.codeplex.com/workitem/1946 Thanks again for reporting this issue.
View ArticleSource code checked in, #33813
Version 0.9.0.0 - Completely Tested SavedSearch Controller - Tested SearchController.SearchController - Tested SearchController.SearchQueryExecutor - Created a constant variable in...
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 33813: Version 0.9.0.0- Completely Tested SavedSearch...
View ArticleCommented Issue: Twitter to require SSL/TDS [1946]
Update TokenCreator to only use https queries.In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)> This is an important notice for...
View ArticleNew Post: Creating access tokens using the oauth_callback parameter with...
Hi Linvi, I have been getting to grips with your API and had a good look through the source code over the last few days and have not noticed any way in which to authorise an application using the...
View ArticleNew Post: Creating access tokens using the oauth_callback parameter with...
Hi Tim,I have not noticed any way in which to authorise an application using the callback mechanism with Twitter. Is there something obvious I have missed? No you have not missed anything, there is...
View ArticleSource code checked in, #33830
Version 0.9.0.0 - Tested SearchController.QueryGenerator - Enjoyed coding 5125 lines to test this 100 lines of code...
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 33830: Version 0.9.0.0- Tested...
View ArticleNew Post: PublishRetweet object reference not set
basically here is whats happening: I am creating a stream: stream.StartStream(token, tweet => { if (tweet.Media.Count > 0) { Console.WriteLine(tweet.Media[0].MediaURL); AddTweet(ref tweet);...
View ArticleSource code checked in, #33878
Version 0.9.0.0 - Tested SearchJsonController - Tester SearchQueryValidator
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 33878: Version 0.9.0.0- Tested SearchJsonController- Tester...
View ArticleNew Post: PublishRetweet object reference not set
Hi, I think you have a fair point. Currently Tweetinvi follows the Twitter API which when a retweet is received has the Media field set to null. Consequently you are trying to access the .Count field...
View ArticleNew Post: 401 Unauthorized
Hi 1) I've created an application (dev.twitter.com) and obtained my access tokens. 2) Downloaded v0.8.3.22 from codeplex 3) Entered my token credentials in app.config (Examplinvi project) 4) Modified...
View Article