Source code checked in, #44865
Version 0.9.9.x - Complete refactor of Tweet publishing; developers no longer create tweet, instead they specify a text and set some optional parameters before. The tweet is then pubished and returned...
View ArticleCommented Feature: Introduce Publish Tweet Parameter [2585]
Instead of having a lot of different methods, to publish a Tweet. Introduce a `PublishTweetParameter` that - Add `possibly_sensitive` when publishing a tweetComments: Associated with changeset 44865:...
View ArticleCommented Feature: Introduce Publish Tweet Parameter [2585]
Instead of having a lot of different methods, to publish a Tweet. Introduce a `PublishTweetParameter` that - Add `possibly_sensitive` when publishing a tweetComments: The documentation needs to be...
View ArticleCommented Unassigned: How to search users? [2589]
Hi:I want to search users by term but no specific method developed for this.I have surfed the web and I have found...
View ArticleSource code checked in, #44867
Version 0.9.9.x - Added Tweet.Length to allow developers to calculate the size of a Tweet before publishing it - Added Tweet.CanBePublished to allow developers to check whether the parameters would be...
View ArticleCommented Feature: Introduce Publish Tweet Parameter [2585]
Instead of having a lot of different methods, to publish a Tweet. Introduce a `PublishTweetParameter` that - Add `possibly_sensitive` when publishing a tweetComments: Associated with changeset 44867:...
View ArticleEdited Feature: Introduce Publish Tweet Parameter [2585]
Instead of having a lot of different methods, to publish a Tweet. Introduce a `PublishTweetParameter` that - Add `possibly_sensitive` when publishing a tweet
View ArticleCreated Issue: UserStream - Stream is starting after FriendIds are received...
Improve the code logic or add a new event to inform that a User Stream has started.
View ArticleEdited Issue: UserStream - Stream is starting after FriendIds are received...
Improve the code logic or add a new event to inform that a User Stream has started.
View ArticleNew Post: Exclude links and replies in search
Hi! Is it possible to exclude tweets that contains links or are replies to other tweets? Thank you very much
View ArticleNew Post: Exclude links and replies in search
Hi, You can do the following:var searchParameters = new TweetSearchParameters("your_search -filter:links") { TweetSearchType = TweetSearchType.OriginalTweetsOnly }; var searchResults =...
View ArticleCommented Feature: Introduce Publish Tweet Parameter [2585]
Instead of having a lot of different methods, to publish a Tweet. Introduce a `PublishTweetParameter` that - Add `possibly_sensitive` when publishing a tweetComments: Associated with changeset 44892:...
View ArticleSource code checked in, #44892
Version 0.9.9.x - Updated Mentions and TweetWithSearchMetadata
View ArticleSource code checked in, #44893
Version 0.9.9.x - Removed commented ITweet publish methods
View ArticleSource code checked in, #44898
Version 0.9.9.x - PublishTweetParameters can now have custom parameters - Updated tests
View ArticleCommented Feature: Introduce Publish Tweet Parameter [2585]
Instead of having a lot of different methods, to publish a Tweet. Introduce a `PublishTweetParameter` that - Add `possibly_sensitive` when publishing a tweetComments: Associated with changeset 44898:...
View ArticleNew Post: [Stream API] Unable to listen for any events on WP8.1
Hi, I'm tryin to use Streams to avoid periodic Timeline update but I'm unable to fetch any data. The same also apply when using SampleStream:await ThreadPool.RunAsync(async (work) => { var...
View ArticleNew Post: [Stream API] Unable to listen for any events on WP8.1
Hi Manuel, Could you please let me know if you encounter the same issue any other type of project (console, wpf, web...)? Linvi
View Article