Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Commented Feature: UserStream - Implement Parameters [2457]

$
0
0
There is now way to specify the parameters of the UserStream at current times.
Allow the missing parameters to be provided.
Comments: ** Comment from web user: linvi **

Question is still up:

I am more than happy to add the parameters to help you. Though I am not sure I understand why this feature is bothering you?
Tweetinvi is able to separate the different type of messages received from the Stream.

You can filter down the sets of information received by the stream simply by listening to the correct event.

``` C#
us.TweetCreatedByAnyone += (sender, args) => { // All the Tweets from Twitter };
us.TweetCreatedByMe +=(sender, args) => { // All the Tweets from Me};
```


Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>