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 33513: Version 0.9.0.0- Tested...
View ArticleSource code checked in, #33538
Version 0.9.0.0 - Tested FriendshipController.DestroyFriendship<T> - Tested simple cases of FriendshipController.UpdateRelationshipAuthorizations<T>
View ArticleSource code checked in, #33548
Version 0.9.0.0 - Finished testing the FriendshipController
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 33548: Version 0.9.0.0- Finished testing the...
View ArticleSource code checked in, #33550
Version 0.9.0.0 - Changed ExecuteCursorQuery to return IEnumerable instead of List - Added ExecuteCursorQuery helper in the TwitterAccessorHelper - Tested FriendshipQueryExecutor
View ArticleNew Post: How to run a code when a given user tweets something?
Hi! I am new to using this API so I could really use an example code. I'd like to know how to run a piece of code when a given user Tweets something. If some one could give me an example program,...
View ArticleNew Post: How to run a code when a given user tweets something?
Hi there, If you download the source code, you will find a project named Examplinvi. In this project you will have an example for all the functions provided within the API. In your case, you want to...
View ArticleNew Post: How to run a code when a given user tweets something?
Hey, thanks for the reply! But I am a bit confused. Can I specify which user to fetch tweets from? And can I just use Twitter Application Credentials (consumer key, access token etc.) instead of user...
View ArticleCreated Feature: UserStream : Listen to specific list of users sending tweets...
As suggested in the conversation [https://tweetinvi.codeplex.com/discussions/472205](https://tweetinvi.codeplex.com/discussions/472205), it would be interesting to have the ability to filter the users...
View ArticleNew Post: How to run a code when a given user tweets something?
Hi,Can I specify which user to fetch tweets from? Tweetinvi does not provide this feature by default because it is not provided by Twitter. All depends on what you want to do. If you wish to receive...
View ArticleNew Post: How to run a code when a given user tweets something?
Thanks for the Reply again, I am beginning to understand things now. But I just have a few more questions and a little problem (below) From what I understood so far I prepared this code: IToken token =...
View ArticleNew Post: How to run a code when a given user tweets something?
Hi again,Problem 1 - A local variable named 'sender' cannot be declared in this scope because it would give a different meaning to 'sender', which is already used in a 'parent or current' scope to...
View ArticleSource code checked in, #33603
Version 0.9.0.0 - Implementing Tests for FriendshipQueryGenerator - Create Friendship (UserDTO, ScreenName, Id) - Update Friendship Authorizations (ScreenName, Id) - Destroy Friendship (UserDTO,...
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 33603: Version 0.9.0.0- Implementing Tests for...
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 33644: Version 0.9.0.0- Totally tested the...
View ArticleNew Post: How to publish tweets?
Hi, Sorry for not responding earlier, I just did not see your message. If you download the Source Code project you will find many examples on how to use Tweetinvi. Now concerning your specific request....
View ArticleSource code checked in, #33680
Cleanup : Remove unintentionally added code in Examplinvi
View ArticleNew Post: How to run a code when a given user tweets something?
I've sent you a private message, please do check it out.
View ArticleNew Post: How to publish tweets?
Which files should I add as a rerence to use the tweetinvi api. I downloaded files in the link provided but when I am referencing it gives me an error that assembly referenced not correct.
View ArticleNew Post: How to publish tweets?
You should reference most of the projects. If you have downloaded the Source Code. Ensure that you've added both TweetinCore and Tweetinvi in your references. It does not hurt to add the other...
View Article