Commented Task: Add the FavouriteCount parameter to the Tweet class [2157]
As described in https://tweetinvi.codeplex.com/discussions/542224Comments: Associated with changeset 35942: Version 0.9.2.2- Updated Tweet to contain the favourite count information
View ArticleReleased: Tweetinvi 0.9.2.x (Apr 11, 2014)
PublishTweet tweet with Media The release 0.9.2.x allows developers to send media to the server. This is particularly useful in order to send tweet with a media attached to it.byte[] file =...
View ArticleUpdated Release: Tweetinvi 0.9.2.x (Apr 11, 2014)
PublishTweet tweet with Media The release 0.9.2.x allows developers to send media to the server.This is particularly useful in order to send tweet with a media attached to it.byte[] file =...
View ArticleNew Post: Getting the favorite_count from a Tweet
Hi, You are totally right. I have missed this property. Thank you for reporting the fact that it was missing. This feature is now available in Tweetinvi 0.9.2.2. Regards, Linvi
View ArticleEdited Task: Add the FavouriteCount parameter to the Tweet class [2157]
As described in https://tweetinvi.codeplex.com/discussions/542224
View ArticleEdited Issue: GetLatestMessagesSent not work [2136]
v 0.9.1.0 In file MessageAsync.cs line 24 called return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));instead ofreturn await Sync.ExecuteTaskAsync(() =>...
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 ArticleSource code checked in, #35971
Version 0.9.3.0 - Removed previous branch and unecessary packages stored on the server
View ArticleCreated Unassigned: ExecuteOperationWithCredentials and CreateTweetWithMedia...
I am able to PublishTweets without issue with the given access token and secret and consumer key combination under ExecuteOperationWithCredentials. But when I try and create a tweet with Media and...
View ArticleCommented Unassigned: ExecuteOperationWithCredentials and...
I am able to PublishTweets without issue with the given access token and secret and consumer key combination under ExecuteOperationWithCredentials. But when I try and create a tweet with Media and...
View ArticleNew Post: Best practice for keeping streams alive
I've noticed that every once in a while, my Filtered Stream will stop receiving data, but I'm not seeing any exceptions being thrown. I've worked with the streaming API in Python before and ran into...
View ArticleNew Post: Best practice for keeping streams alive
private IFilteredStream _ts; privatevoid StartStream() { _ts = Stream.CreateFilteredStream(); _ts.StreamStopped += (sender, args) => { Thread.Sleep(2000); _ts.StartStreamMatchingAnyCondition(); };...
View ArticleNew Post: Best practice for keeping streams alive
Thanks, that's exactly what I was looking for - I somehow didn't notice the StreamStopped event when I looked through the documentation!
View ArticleNew Post: Uploading tweet with media
hi thank for the reply, and i spend a week to figure out how to extract byte[] from a file... mind to sharing it to me? i just don't have any idea how to do that....
View ArticleCreated Task: Text conformance test [2175]
To test the application use the test conformance provided by Twitter.https://github.com/twitter/twitter-text-conformance
View ArticleCommented Unassigned: ExecuteOperationWithCredentials and...
I am able to PublishTweets without issue with the given access token and secret and consumer key combination under ExecuteOperationWithCredentials. But when I try and create a tweet with Media and...
View ArticleEdited Issue: ExecuteOperationWithCredentials and CreateTweetWithMedia :: 403...
I am able to PublishTweets without issue with the given access token and secret and consumer key combination under ExecuteOperationWithCredentials. But when I try and create a tweet with Media and...
View ArticleNew Post: Uploading tweet with media
Hi, Here is some code that I adapted from the internet to add an image to the isolated storage of the Windows Phone Emulator:publicstaticclass EmulatorHelper { conststring flagName =...
View Article