Created Feature: Add a TwitterCredentials.SetCurrentCredentials [2049]
Currently, the developers needs to CreateCredentials and assign it after.
View ArticleEdited Feature: Add a TwitterCredentials.SetCurrentCredentials [2049]
Currently, the developers needs to CreateCredentials and assign it after.
View ArticleCreated Feature: Provide Tweetinvi for Windows Store Apps [2050]
Windows Store Apps target .NET Core and libraries need consequently to have the targets updated.
View ArticleNew Post: User.GetUserFromId Function In ver. 0.9
Hi, I am getting null value from User.GetUSerFromId function %90 percent of requests. var credentials = TwitterCredentials.CreateCredentials(ACCESS_TOKEN, ACCESS_TOKEN_SECRET, consumerKey,...
View ArticleNew Post: User.GetUserFromId Function In ver. 0.9
Hi there, If I understand correctly you are successfully getting some users but you are failing to get others. Would you please give me a USER_ID that returned null so that I can analyze the issue....
View ArticleNew Post: User.GetUserFromId Function In ver. 0.9
Hi Linvi, Not exactly. There is no specific user id. For example for this user id 491688991 i got null value from GetUserFromId for first 9 function call but tenth call was successfully return IUser...
View ArticleNew Post: User.GetUserFromId Function In ver. 0.9
Hi, I didn't get any issue with the following code:List<IUser> users = new List<IUser>(); for (int i = 0; i < 10; ++i) { users.Add(User.GetUserFromId(491688991)); Thread.Sleep(1000); }...
View ArticleNew Post: User.GetUserFromId Function In ver. 0.9
Hi Linvi, Here is the my error details. Not related with topic but I added these details to, Function : .UnFollowUser Link : https://api.twitter.com/1.1/friendships/destroy.json?user_id=2244894897...
View ArticleNew Post: User.GetUserFromId Function In ver. 0.9
Hi there,Error 1 & 2 Error Message : Internal Server Error - Something is broken. Please post to the group so the Twitter team can investigate. This message informs you that Twitter is currently...
View ArticleCreated Feature: Add an ErrorThrown event in the ExceptionHandler [2052]
Ability to know when an error occurs.
View ArticleCreated Feature: Add Print() method in TwitterException [2053]
In order to get all the information related with an error thrown implement a print method
View ArticleCreated 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 ArticleNew Post: Tweetinvi.UserSearchEngine 0.9.0.1
Good. I've tried using Tweetinvi.UserSearchEngine but does not work. There any way to do it? Thank you very much and congratulations on the job. 0.9.0.1
View ArticleNew Post: GetUserTimeline return always 40 tweets
Hi Adrien, This is a neglect, I forgot to set this parameter. I will change this soon. In the meantime please use:IUser userToTrack = User.GetUserFromScreenName(trackedElement); var userTweets =...
View ArticleNew Post: Tweetinvi.UserSearchEngine 0.9.0.1
Hi there, This feature is not implemented in Tweetinvi 0.9. But this is now very easy to perform your own queries:var usersDTO =...
View ArticleCreated Issue: User.GetUserTimeline does not use the given parameters [2056]
https://tweetinvi.codeplex.com/discussions/534884
View ArticleEdited Issue: User.GetUserTimeline does not use the given parameters [2056]
https://tweetinvi.codeplex.com/discussions/534884
View ArticleSource code checked in, #34858
Version 0.9.0.2 - Updated PublishTweet(ITweet) so that it update the tweet and returns a boolean informing of the success or failure of the operation. - User.GetUserTimeline now pass the maximumTweets...
View ArticleCommented Feature: Tweet.PublishTweet(ITweet) should update the tweet [2046]
Tweet.PublishTweet returns a Tweet. PublishTweet should send back a boolean representing the success of the action.The tweet passed as a parameter should be updated.Comments: Associated with changeset...
View Article