New Post: How to publish tweets?
I installed them with nuget but I am not still able to use it by following statement in my code. using Tweetinvi; This is again saying missing assembly reference
View ArticleNew Post: How to publish tweets?
Here are all the namespaces you could need :using oAuthConnection; using Streaminvi; using TweetinCore.Enum; using TweetinCore.Events; using TweetinCore.Interfaces; using TweetinCore.Interfaces.oAuth;...
View ArticleNew Post: How to publish tweets?
I have just sent you image of all things that I get on my screen via email
View ArticleNew Post: How to publish tweets?
Sorry for troubling but I re started VS 2010 and library works fine. As instructed in tweetinvi do I need to make changes in my app config file for using token?
View ArticleNew Post: How to publish tweets?
No you don't. You can simply have 4 const string parameters and use them :)
View ArticleSource code checked in, #33702
- Complete test of GeoControllers namespace - Tested GeoController - Tested GeoJsonController - Tested GeoQueryExecutor - Tested GeoQueryGenerator
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 33702: - Complete test of GeoControllers namespace- Tested...
View ArticleSource code checked in, #33707
Version 0.9.0.0 - Tested HelpController - Tested HelpJsonController - Tested QueryExecutor - Tested QueryGenerator - Added an IJObjectWrapper and IStaticJObjectWrapper
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 33707: Version 0.9.0.0- Tested HelpController- Tested...
View ArticleNew Post: Get all tweets with specific hashtag
Hi Linvi, You have created a great library here so thank you, however i have used your suggested workaround for the tweet search however i am getting a 401 Unauthorized response for my token, any...
View ArticleNew Post: Get all tweets with specific hashtag
Hi Scott, Usually a 401 exception means that you the credentials you provided are incorrect. First please verify that the credential you provided are in the correct order. If you are running your...
View ArticleSource code checked in, #33736
Version 0.9.0.0 - Tested MessageController - Corrected bug in the MessageController which created an infinite loop
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 33736: Version 0.9.0.0- Tested MessageController- Corrected...
View ArticleSource code checked in, #33749
Version 0.9.0.0 - Tested MessageQueryValidator - Tested MessageQueryExecutor - Removed IObjectWrapper because JObject are configurable and therefore testable - Removing ExcludeFromCodeCoverage in test...
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 33749: Version 0.9.0.0- Tested MessageQueryValidator-...
View ArticleCreated 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 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, #33781
Version 0.9.0.0 - Tested MessageQueryGenerator - Added Id condition on CanMessageBeDestroyed - Added UserQueryValidator - Added checks for ScreenName - Added check for MessageId parameter - Updated...
View ArticleCommented 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 Article