Released: Tweetinvi 0.9.3.x (Jun 01, 2014)
Timelines - Added all the parameters available from the Timeline Endpoints in Tweetinvi. - This is available for HomeTimeline, UserTimeline, MentionsTimeline// Simple queryvar tweets =...
View ArticleUpdated Release: Tweetinvi 0.9.3.x (Jun 01, 2014)
Timelines - Added all the parameters available from the Timeline Endpoints in Tweetinvi.- This is available for HomeTimeline, UserTimeline, MentionsTimeline// Simple queryvar tweets =...
View ArticleCommented Issue: Search throws exception [2257]
I just upgraded to 9.3 and now my Search.SearchTweets(searchParameter); is throwing an exception see trace.```Newtonsoft.Json.JsonSerializationException was unhandled HResult=-2146233088 Message=Cannot...
View ArticleCommented Issue: Reply with media not working [2258]
I'm sending Reply with media.tweet = Tweet.CreateTweetWithMedia(TweetText, file1);bool status = tweet.PublishInReplyTo(ToTweetID);Exception occurred --Stack Trace at...
View ArticleEdited Issue: Reply with media not working [2258]
I'm sending Reply with media.tweet = Tweet.CreateTweetWithMedia(TweetText, file1);bool status = tweet.PublishInReplyTo(ToTweetID);Exception occurred --Stack Trace at...
View ArticleUpdated Wiki: Documentation
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream API....
View ArticleNew Post: GetUserTimeline problem
I loved the user.GetUserTimeline(maxnumberoftweets,includereplies) in version 0.9.2.2 but it seems to not work any more. From your examples I execute the following and get 200 tweets (which I think is...
View ArticleCreated Issue: Timeline IncludeRTS count the retweets but do not send them...
Have some fun trying to find a solution for this problem.https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline
View ArticleNew Post: GetUserTimeline problem
Hi, This is in fact half an issue but I will work on this. The reason is that the IncludeRTS parameter is set to false by default. And as described in the documentation, it will remove the retweets but...
View ArticleNew Post: GetUserTimeline problem
Hi, Thank you for your prompt reply. I fully understand. I now use a work-around whereby I make additional requests using the maxId parm and set it to the minimum value of the first result set. Once...
View ArticleNew Post: Possible issue in Tweetinvi.Logic.DTO.UserDTO
When calling var tweets = user.GetUserTimeline(timelineParameter); I occasionally get the error Error converting value 7694352 to type 'Tweetinvi.Logic.DTO.UserDTO'. Path '[16].contributors[0]', line...
View ArticleNew Post: Possible issue in Tweetinvi.Logic.DTO.UserDTO
Hi there, This is my fault. I assumed (wrongly) that Twitter will send the entire json object for contributors (like it does for any other object). I verified and the documentation says that it just...
View ArticleNew Post: Possible issue in Tweetinvi.Logic.DTO.UserDTO
Could you please let me know the User Id your are following when this error occurs (you can send this to me on the contact page if private). Linvi
View ArticleCreated Issue: TweetDTO.Contributors is not a entirely filled object [2261]
Contributors is a collection of IUserIdentifier and not IUserDTO.This can make the application crash when receiving a Tweet with contributors.
View ArticleEdited Issue: TweetDTO.Contributors is not a entirely filled object [2261]
Contributors is a collection of IUserIdentifier and not IUserDTO.This can make the application crash when receiving a Tweet with contributors.Related Discussion :...
View ArticleSource code checked in, #37105
Version 0.9.3.3 - Fixed bug when deserializing Tweet from a contributor
View ArticleCommented Issue: TweetDTO.Contributors is not a entirely filled object [2261]
Contributors is a collection of IUserIdentifier and not IUserDTO.This can make the application crash when receiving a Tweet with contributors.Related Discussion :...
View ArticleEdited Issue: TweetDTO.Contributors is not a entirely filled object [2261]
Contributors is a collection of IUserIdentifier and not IUserDTO.This can make the application crash when receiving a Tweet with contributors.Related Discussion :...
View Article