Source code checked in, #38624
Version 0.9.4.0 - GetBlockedUsers now uses the correct endpoint instead of getting ids and then using the user lookup endpoints - Updated Async methods for LoggedUser that were not using the logged...
View ArticleCommented Feature: Implement : [blocks/list] [1731]
Reference : https://dev.twitter.com/docs/api/1.1/get/blocks/listParameters :- include_entities- skip_status- cursorComments: Associated with changeset 38624: Version 0.9.4.0- GetBlockedUsers now uses...
View ArticleEdited Feature: Implement : [blocks/list] [1731]
Reference : https://dev.twitter.com/docs/api/1.1/get/blocks/listParameters :- include_entities- skip_status- cursor
View ArticleNew Post: GetUsersFromNames Value cannot be null issue
Hi, I am not sure what you are doing wrong but this is working perfectly well here. I have also added a method to the static User class so that you no longer need to use the UserFactory in 0.9.4.0...
View ArticleSource code checked in, #38625
Version 0.9.4.0 - Added GetUsersFromScreenNames to the static User class because this method was only available from the UserFactory - Method renamed from GetUsersFromNames
View ArticleNew Post: GetUsersFromNames Value cannot be null issue
Ya that doesnt work either. Just fired up fiddler there to check out the traffic to twitter and its actually retuning a 404 page not found message. That screen name definitely exists as its the test...
View ArticleNew Post: InfoQ interview with Thomas Imart
Just a quick note to say I enjoyed your interview with InfoQ's Johnathon Allen. One thing that struck me as odd though, the first thing I did after reading the interview was to go and try to "follow"...
View ArticleUpdated Wiki: Home
Tweetinvi 0.9.3.0 is now released, enjoy the new Timeline Parameters and more... What's new? About Tweetinvi Tweetinvi an intuitive C# library for TwitterTweetinvi is an intuitive .NET C# library...
View ArticleNew Post: Operation is not valid due to the current state of the object
I made a Log In + Tweet sample on http://grwpo.azurewebsites.net/simplelogin.aspx, but for some unknown reason, though it rarely happens, it throws the following error:Operation is not valid due to the...
View ArticleNew Post: Operation is not valid due to the current state of the object
Hi there, Would you please try to publish your application on a machine that you "own". I know that"Operation is not valid due to the current state of the object" can be received if the machine system...
View ArticleNew Post: Operation is not valid due to the current state of the object
Is there no way to avoid this problem? I normally publish to Azure Websites, and I can't control the time on them. Though I imagine they should have the right time. And I rarely get this error, but...
View ArticleNew Post: User.Following usage
I am slightly confused about the .Following bool. I am trying to check if another twitter user is following the account you are logged in with, but so far is looks like it is checking if you are...
View ArticleNew Post: GetUsersFromNames Value cannot be null issue
What would I need to make some changes to the API to add some features for myself? If I want to make changes to the DTO code for tweets Im assuming I can just launch the Tweetinvi.Logic project make...
View ArticleNew Post: User.Following usage
The following parameter is defined by the Twitter API, which has the behavior you described. But you can get the relationship between 2 users as follow:var currentUser = User.GetLoggedUser(); var user2...
View ArticleNew Post: GetUsersFromNames Value cannot be null issue
I am not sure what is going wrong with your code. It seems perfectly alright. Concerning the modification of Tweetinvi you can just update the Tweetinvi.Logic project as you said and rebuild it. I am...
View ArticleNew Post: GetUsersFromNames Value cannot be null issue
I was planning on exposing the user id field from the user info provided in the tweet but I just noticed that the IUser interface creates an IUserDTO object whos class inherits from IUserIdentifier...
View ArticleNew Post: Operation is not valid due to the current state of the object
Hi, Could you please try to get the latest version of Tweetinvi (Source Code), compile it and use the generated DLL. Then log the errors from the ExceptionHandler and reply to this thread. I will have...
View ArticleNew Post: Search.SearchTweets(searchParameter)
Hi, Sometimes Search.SearchTweets(searchParameter) returns no result control wont come out of SearchTweets block. I checked in fiddler those request returns -1 in packet body. How to handle this...
View ArticleCreated Unassigned: authentication [2372]
can we use more than OAuth in one app so that i can increase the number of request?second thing, please tell me how many request we can made for searching tweets for any keyword ?
View Article